Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implemented 'torch.distributions.constraints.symmetric' checking if the tensor is symmetric at last 2 dimension. (#68644) #69123

Closed
wants to merge 1 commit into from

Conversation

PaliC
Copy link
Contributor

@PaliC PaliC commented Nov 30, 2021

Stack from ghstack:

  • (to be filled)

Summary:
Implemented submodule for #68050
Opened cleaned, final version of PR for #68240

Explanation:
I am trying to contribute to PyTorch by implementing distributions for symmetric matrices like Wishart distribution and Inverse Wishart distribution. Although there is a LKJ distribution for the Cholesky decomposition of correlation matrices, it only represents equivalence to restricted form of Wishart distribution. https://arxiv.org/abs/1809.04746 Thus, I started implementing Wishart distribution and Inverse Wishart distribution seperately.

I added a short code about the 'torch.distributions.constraints.symmetric', which was not included in 'torch.distributions.constraints' previously. i.e., 'torch.distributions.constraints' contains module like 'positive_definite' constraints, but it just assumes symmetricity of the input matrix. Link So, I think it will be better if we have constraint checking symmetricity of the tensors in PyTorch.

We may further utilize it like
constraints.stack([constraints.symmetric, constraints.positive_definite])
for the constraint of the covariance matrix in Multivariate Normal distribution, for example, to check if the random matrix is a symmetric positive definite matrix.

cc fritzo neerajprad alicanb nikitaved

Reviewed By: jbschlosser

Differential Revision: D32599540

Pulled By: neerajprad

fbshipit-source-id: 9227f7e9931834a548a88da69e4f2e9af7732cfe

…he tensor is symmetric at last 2 dimension. (#68644)

Summary:
Implemented submodule for #68050
Opened cleaned, final version of PR for #68240

Explanation:
I am trying to contribute to PyTorch by implementing distributions for symmetric matrices like Wishart distribution and Inverse Wishart distribution. Although there is a LKJ distribution for the Cholesky decomposition of correlation matrices, it only represents equivalence to restricted form of Wishart distribution. [https://arxiv.org/abs/1809.04746](https://arxiv.org/abs/1809.04746) Thus, I started implementing Wishart distribution and Inverse Wishart distribution seperately.

I added a short code about the 'torch.distributions.constraints.symmetric', which was not included in 'torch.distributions.constraints' previously. i.e., 'torch.distributions.constraints' contains module like 'positive_definite' constraints, but it just assumes symmetricity of the input matrix. [Link](https://github.com/pytorch/pytorch/blob/1adeeabdc0c8832420c091c5c668843768530d7f/torch/distributions/constraints.py#L466) So, I think it will be better if we have constraint checking symmetricity of the tensors in PyTorch.

We may further utilize it like
`constraints.stack([constraints.symmetric, constraints.positive_definite])`
for the constraint of the covariance matrix in Multivariate Normal distribution, for example, to check if the random matrix is a symmetric positive definite matrix.

cc fritzo neerajprad alicanb nikitaved

Reviewed By: jbschlosser

Differential Revision: D32599540

Pulled By: neerajprad

fbshipit-source-id: 9227f7e9931834a548a88da69e4f2e9af7732cfe

[ghstack-poisoned]
@pytorch-probot
Copy link

CI Flow Status

⚛️ CI Flow

Ruleset - Version: v1
Ruleset - File: https://github.com/pytorch/pytorch/blob/2315936b12ec3c3bf4dd92b28f7b6a38c3969cf4/.github/generated-ciflow-ruleset.json
PR ciflow labels: ciflow/default

Workflows Labels (bold enabled) Status
Triggered Workflows
linux-bionic-py3.6-clang9 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/noarch, ciflow/xla ✅ triggered
linux-vulkan-bionic-py3.6-clang9 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/vulkan ✅ triggered
linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3-clang5-mobile-build ciflow/all, ciflow/default, ciflow/linux, ciflow/mobile ✅ triggered
linux-xenial-py3-clang5-mobile-custom-build-static ciflow/all, ciflow/default, ciflow/linux, ciflow/mobile ✅ triggered
linux-xenial-py3.6-clang7-asan ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/sanitizers ✅ triggered
linux-xenial-py3.6-clang7-onnx ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/onnx ✅ triggered
linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-gcc7 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-gcc7-bazel-test ciflow/all, ciflow/bazel, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
pytorch-linux-xenial-py3-clang5-android-ndk-r19c-gradle-custom-build-single ciflow/all, ciflow/android, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
pytorch-linux-xenial-py3-clang5-android-ndk-r19c-gradle-custom-build-single-full-jit ciflow/all, ciflow/android, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
win-vs2019-cpu-py3 ciflow/all, ciflow/cpu, ciflow/default, ciflow/win ✅ triggered
win-vs2019-cuda11.3-py3 ciflow/all, ciflow/cuda, ciflow/default, ciflow/win ✅ triggered
Skipped Workflows
caffe2-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped
docker-builds ciflow/all 🚫 skipped
ios-12-5-1-arm64 ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-arm64-coreml ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-arm64-custom-ops ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-arm64-full-jit ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-arm64-metal ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-x86-64 ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-x86-64-coreml ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
ios-12-5-1-x86-64-full-jit ciflow/all, ciflow/ios, ciflow/macos 🚫 skipped
libtorch-linux-xenial-cuda10.2-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
libtorch-linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
linux-bionic-cuda10.2-py3.9-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/slow 🚫 skipped
macos-10-15-py3-arm64 ciflow/all, ciflow/macos 🚫 skipped
macos-10-15-py3-lite-interpreter-x86-64 ciflow/all, ciflow/macos 🚫 skipped
macos-10-15-py3-x86-64 ciflow/all, ciflow/macos 🚫 skipped
parallelnative-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped
periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux, ciflow/scheduled 🚫 skipped
periodic-linux-xenial-cuda10.2-py3-gcc7-slow-gradcheck ciflow/all, ciflow/cuda, ciflow/linux, ciflow/scheduled, ciflow/slow, ciflow/slow-gradcheck 🚫 skipped
periodic-linux-xenial-cuda11.1-py3.6-gcc7-debug ciflow/all, ciflow/cuda, ciflow/linux, ciflow/scheduled 🚫 skipped
periodic-win-vs2019-cuda11.1-py3 ciflow/all, ciflow/cuda, ciflow/scheduled, ciflow/win 🚫 skipped

You can add a comment to the PR and tag @pytorchbot with the following commands:
# ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun

# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slow

For more information, please take a look at the CI Flow Wiki.

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Nov 30, 2021

🔗 Helpful links

💊 CI failures summary and remediations

As of commit 2315936 (more details on the Dr. CI page):


  • 17/17 failures introduced in this PR

🕵️ 16 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages:

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_build (1/16)

Step: "(Optional) Merge target branch" (full log | diagnosis details | 🔁 rerun)

Automatic merge failed; fix conflicts and then commit the result.
Removing aten/src/THC/THCStorage.h
Removing aten/src/THC/THCStorage.cu
Removing aten/src/THC/THCStorage.cpp
Removing aten/src/TH/generic/THStorage.h
Removing aten/src/TH/generic/THStorage.cpp
Removing aten/src/TH/THStorageFunctions.hpp
Removing aten/src/TH/THStorageFunctions.h
Removing aten/src/TH/THStorageFunctions.cpp
Removing aten/src/TH/THStorage.h
Auto-merging aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp
Automatic merge failed; fix conflicts and then commit the result.


Exited with code exit status 1

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_build (2/16)

Step: "(Optional) Merge target branch" (full log | diagnosis details | 🔁 rerun)

Automatic merge failed; fix conflicts and then commit the result.
Removing aten/src/THC/THCStorage.h
Removing aten/src/THC/THCStorage.cu
Removing aten/src/THC/THCStorage.cpp
Removing aten/src/TH/generic/THStorage.h
Removing aten/src/TH/generic/THStorage.cpp
Removing aten/src/TH/THStorageFunctions.hpp
Removing aten/src/TH/THStorageFunctions.h
Removing aten/src/TH/THStorageFunctions.cpp
Removing aten/src/TH/THStorage.h
Auto-merging aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp
Automatic merge failed; fix conflicts and then commit the result.


Exited with code exit status 1

See GitHub Actions build linux-xenial-py3.6-gcc5.4 / test (default, 1, 2, linux.2xlarge) (3/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-12-01T01:52:38.5087384Z FAIL [0.006s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-12-01T01:52:38.4895094Z   test_neg_view_view_as_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s)
2021-12-01T01:52:38.4941475Z   test_neg_view_view_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s)
2021-12-01T01:52:38.4959921Z   test_neg_view_vsplit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-12-01T01:52:38.4977493Z   test_neg_view_vstack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-12-01T01:52:38.5022655Z   test_neg_view_where_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s)
2021-12-01T01:52:38.5036739Z   test_neg_view_xlogy_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.001s)
2021-12-01T01:52:38.5065308Z   test_neg_view_zero__cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s)
2021-12-01T01:52:38.5085654Z   test_neg_view_zeros_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-12-01T01:52:38.5086338Z 
2021-12-01T01:52:38.5086752Z ======================================================================
2021-12-01T01:52:38.5087384Z FAIL [0.006s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-12-01T01:52:38.5088528Z ----------------------------------------------------------------------
2021-12-01T01:52:38.5089085Z Traceback (most recent call last):
2021-12-01T01:52:38.5090147Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 376, in instantiated_test
2021-12-01T01:52:38.5090878Z     result = test(self, **param_kwargs)
2021-12-01T01:52:38.5091739Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 742, in test_wrapper
2021-12-01T01:52:38.5092413Z     return test(*args, **kwargs)
2021-12-01T01:52:38.5093221Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 777, in dep_fn
2021-12-01T01:52:38.5093880Z     return fn(slf, *args, **kwargs)
2021-12-01T01:52:38.5094666Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 777, in dep_fn
2021-12-01T01:52:38.5095317Z     return fn(slf, *args, **kwargs)

See GitHub Actions build win-vs2019-cuda11.3-py3 / test (force_on_cpu, 1, 1, windows.4xlarge) (4/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-12-01T00:44:47.9950436Z FAIL [0.009s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-12-01T00:44:47.9683996Z   test_neg_view_view_as_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s)
2021-12-01T00:44:47.9745187Z   test_neg_view_view_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s)
2021-12-01T00:44:47.9770647Z   test_neg_view_vsplit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-12-01T00:44:47.9795711Z   test_neg_view_vstack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s)
2021-12-01T00:44:47.9860421Z   test_neg_view_where_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.006s)
2021-12-01T00:44:47.9880129Z   test_neg_view_xlogy_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-12-01T00:44:47.9920091Z   test_neg_view_zero__cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s)
2021-12-01T00:44:47.9948673Z   test_neg_view_zeros_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.000s)
2021-12-01T00:44:47.9949709Z 
2021-12-01T00:44:47.9950003Z ======================================================================
2021-12-01T00:44:47.9950436Z FAIL [0.009s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-12-01T00:44:47.9950968Z ----------------------------------------------------------------------
2021-12-01T00:44:47.9951453Z Traceback (most recent call last):
2021-12-01T00:44:47.9953181Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 376, in instantiated_test
2021-12-01T00:44:47.9953951Z     result = test(self, **param_kwargs)
2021-12-01T00:44:47.9954803Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 742, in test_wrapper
2021-12-01T00:44:47.9955464Z     return test(*args, **kwargs)
2021-12-01T00:44:47.9956359Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 777, in dep_fn
2021-12-01T00:44:47.9957016Z     return fn(slf, *args, **kwargs)
2021-12-01T00:44:47.9957808Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 777, in dep_fn
2021-12-01T00:44:47.9958464Z     return fn(slf, *args, **kwargs)

See GitHub Actions build linux-xenial-py3.6-gcc7 / test (default, 2, 2, linux.2xlarge) (5/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-12-01T01:55:23.9499150Z FAIL [0.003s]: test_file_structure (test_misc.TestMisc)
2021-12-01T01:55:23.9494152Z   File "/opt/conda/lib/python3.6/site-packages/torch/package/package_exporter.py", line 984, in _execute_dependency_graph
2021-12-01T01:55:23.9494823Z     self._validate_dependency_graph()
2021-12-01T01:55:23.9495634Z   File "/opt/conda/lib/python3.6/site-packages/torch/package/package_exporter.py", line 957, in _validate_dependency_graph
2021-12-01T01:55:23.9496353Z     raise PackagingError(self.dependency_graph)
2021-12-01T01:55:23.9496997Z torch.package.package_exporter.PackagingError: 
2021-12-01T01:55:23.9497648Z * Module did not match against any action pattern. Extern, mock, or intern it.
2021-12-01T01:55:23.9498104Z     dataclasses
2021-12-01T01:55:23.9498309Z 
2021-12-01T01:55:23.9498469Z 
2021-12-01T01:55:23.9498735Z ======================================================================
2021-12-01T01:55:23.9499150Z FAIL [0.003s]: test_file_structure (test_misc.TestMisc)
2021-12-01T01:55:23.9499756Z ----------------------------------------------------------------------
2021-12-01T01:55:23.9500208Z Traceback (most recent call last):
2021-12-01T01:55:23.9500758Z   File "/var/lib/jenkins/workspace/test/package/test_misc.py", line 88, in test_file_structure
2021-12-01T01:55:23.9501246Z     export_plain,
2021-12-01T01:55:23.9501952Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 2024, in assertEqual
2021-12-01T01:55:23.9502655Z     super().assertEqual(x, y, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-12-01T01:55:23.9504589Z AssertionError: '├── [30 chars]n│   ├── selective_extern_packages\n│   └── ve[129 chars]py\n' != '├── [30 chars]n│   └── version\n├── main\n│   └── main\n├── [94 chars]py\n'
2021-12-01T01:55:23.9505304Z   ├── .data
2021-12-01T01:55:23.9505728Z   │   ├── extern_modules
2021-12-01T01:55:23.9506194Z - │   ├── selective_extern_packages

See GitHub Actions build Lint / quick-checks (6/16)

Step: "Ensure no unqualified noqa" (full log | diagnosis details | 🔁 rerun)

2021-11-30T21:15:04.3350509Z python: can't open..._launches.py': [Errno 2] No such file or directory
2021-11-30T21:15:04.3046531Z ##[group]Run set -eux
2021-11-30T21:15:04.3047099Z �[36;1mset -eux�[0m
2021-11-30T21:15:04.3047718Z �[36;1mpython torch/testing/_check_kernel_launches.py |& tee "${GITHUB_WORKSPACE}"/cuda_kernel_launch_checks.txt�[0m
2021-11-30T21:15:04.3087082Z shell: /bin/bash -e {0}
2021-11-30T21:15:04.3087431Z env:
2021-11-30T21:15:04.3087881Z   pythonLocation: /opt/hostedtoolcache/Python/3.10.0/x64
2021-11-30T21:15:04.3088496Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.0/x64/lib
2021-11-30T21:15:04.3088962Z ##[endgroup]
2021-11-30T21:15:04.3153321Z + python torch/testing/_check_kernel_launches.py
2021-11-30T21:15:04.3155577Z + tee /home/runner/work/pytorch/pytorch/cuda_kernel_launch_checks.txt
2021-11-30T21:15:04.3350509Z python: can't open file '/home/runner/work/pytorch/pytorch/torch/testing/_check_kernel_launches.py': [Errno 2] No such file or directory
2021-11-30T21:15:04.3413996Z ##[group]Run (! git --no-pager grep -I -no $'#include <cub/' --  ./aten  ':(exclude)aten/src/ATen/cuda/cub*.cuh' || (echo "The above files have direct cub include; please include ATen/cuda/cub.cuh instead and wrap your cub calls in at::native namespace if necessary"; false))
2021-11-30T21:15:04.3415927Z �[36;1m(! git --no-pager grep -I -no $'#include <cub/' --  ./aten  ':(exclude)aten/src/ATen/cuda/cub*.cuh' || (echo "The above files have direct cub include; please include ATen/cuda/cub.cuh instead and wrap your cub calls in at::native namespace if necessary"; false))�[0m
2021-11-30T21:15:04.3449295Z shell: /bin/bash -e {0}
2021-11-30T21:15:04.3449600Z env:
2021-11-30T21:15:04.3450053Z   pythonLocation: /opt/hostedtoolcache/Python/3.10.0/x64
2021-11-30T21:15:04.3450642Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.0/x64/lib
2021-11-30T21:15:04.3451093Z ##[endgroup]
2021-11-30T21:15:04.3731714Z ##[group]Run (! git --no-pager grep -I -no $'cudaStreamSynchronize' --  ./aten ./c10 ':(exclude)aten/src/ATen/test' ':(exclude)c10/cuda/CUDAFunctions.h' || (echo "The above files call raw cuda APIs directly; please use at::cuda wrappers instead"; false))
2021-11-30T21:15:04.3733400Z �[36;1m(! git --no-pager grep -I -no $'cudaStreamSynchronize' --  ./aten ./c10 ':(exclude)aten/src/ATen/test' ':(exclude)c10/cuda/CUDAFunctions.h' || (echo "The above files call raw cuda APIs directly; please use at::cuda wrappers instead"; false))�[0m
2021-11-30T21:15:04.3760474Z shell: /bin/bash -e {0}

See GitHub Actions build linux-xenial-cuda11.3-py3.6-gcc7 / build (7/16)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

2021-11-30T22:56:57.5523754Z �[36;1m echo "ERR...t available for the merge-base of your branch"�[0m
2021-11-30T22:56:57.5517912Z �[36;1mfi�[0m
2021-11-30T22:56:57.5518376Z �[36;1m# Covers the case where a previous tag doesn't exist for the tree�[0m
2021-11-30T22:56:57.5519081Z �[36;1m# this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly�[0m
2021-11-30T22:56:57.5519763Z �[36;1mif ! git rev-parse "$MERGE_BASE:.circleci/docker"; then�[0m
2021-11-30T22:56:57.5520482Z �[36;1m  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit"�[0m
2021-11-30T22:56:57.5521069Z �[36;1m  exit 1�[0m
2021-11-30T22:56:57.5521335Z �[36;1mfi�[0m
2021-11-30T22:56:57.5521787Z �[36;1mPREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker")�[0m
2021-11-30T22:56:57.5522468Z �[36;1m# If no image exists but the hash is the same as the previous hash then we should error out here�[0m
2021-11-30T22:56:57.5523071Z �[36;1mif [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then�[0m
2021-11-30T22:56:57.5523754Z �[36;1m  echo "ERROR: Something has gone wrong and the previous image isn't available for the merge-base of your branch"�[0m
2021-11-30T22:56:57.5524501Z �[36;1m  echo "       contact the PyTorch team to restore the original images"�[0m
2021-11-30T22:56:57.5524943Z �[36;1m  exit 1�[0m
2021-11-30T22:56:57.5525223Z �[36;1mfi�[0m
2021-11-30T22:56:57.5525595Z �[36;1mecho ::set-output name=rebuild::yes�[0m
2021-11-30T22:56:57.5536022Z shell: /usr/bin/bash -e {0}
2021-11-30T22:56:57.5536355Z env:
2021-11-30T22:56:57.5536888Z   BUILD_ENVIRONMENT: linux-xenial-cuda11.3-py3.6-gcc7
2021-11-30T22:56:57.5538050Z   DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda11.3-cudnn8-py3-gcc7
2021-11-30T22:56:57.5539229Z   SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2
2021-11-30T22:56:57.5540321Z   XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla

See GitHub Actions build win-vs2019-cpu-py3 / test (default, 2, 2, windows.4xlarge) (8/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-12-01T01:28:34.8906179Z FAIL [0.000s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-12-01T01:28:34.8651842Z   test_neg_view_view_as_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.000s)
2021-12-01T01:28:34.8710508Z   test_neg_view_view_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.017s)
2021-12-01T01:28:34.8735793Z   test_neg_view_vsplit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s)
2021-12-01T01:28:34.8759910Z   test_neg_view_vstack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-12-01T01:28:34.8819841Z   test_neg_view_where_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.000s)
2021-12-01T01:28:34.8839966Z   test_neg_view_xlogy_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.000s)
2021-12-01T01:28:34.8876224Z   test_neg_view_zero__cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.000s)
2021-12-01T01:28:34.8904288Z   test_neg_view_zeros_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.000s)
2021-12-01T01:28:34.8905453Z 
2021-12-01T01:28:34.8905735Z ======================================================================
2021-12-01T01:28:34.8906179Z FAIL [0.000s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-12-01T01:28:34.8906707Z ----------------------------------------------------------------------
2021-12-01T01:28:34.8907215Z Traceback (most recent call last):
2021-12-01T01:28:34.8909001Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 376, in instantiated_test
2021-12-01T01:28:34.8909800Z     result = test(self, **param_kwargs)
2021-12-01T01:28:34.8910667Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 742, in test_wrapper
2021-12-01T01:28:34.8911348Z     return test(*args, **kwargs)
2021-12-01T01:28:34.8912159Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 777, in dep_fn
2021-12-01T01:28:34.8912823Z     return fn(slf, *args, **kwargs)
2021-12-01T01:28:34.8913728Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 777, in dep_fn
2021-12-01T01:28:34.8914377Z     return fn(slf, *args, **kwargs)

See GitHub Actions build linux-xenial-py3.6-gcc5.4 / test (default, 2, 2, linux.2xlarge) (9/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-12-01T01:59:00.1504385Z FAIL [0.003s]: test_file_structure (test_misc.TestMisc)
2021-12-01T01:59:00.1498618Z   File "/opt/conda/lib/python3.6/site-packages/torch/package/package_exporter.py", line 984, in _execute_dependency_graph
2021-12-01T01:59:00.1499362Z     self._validate_dependency_graph()
2021-12-01T01:59:00.1500242Z   File "/opt/conda/lib/python3.6/site-packages/torch/package/package_exporter.py", line 957, in _validate_dependency_graph
2021-12-01T01:59:00.1501139Z     raise PackagingError(self.dependency_graph)
2021-12-01T01:59:00.1501865Z torch.package.package_exporter.PackagingError: 
2021-12-01T01:59:00.1502703Z * Module did not match against any action pattern. Extern, mock, or intern it.
2021-12-01T01:59:00.1503215Z     dataclasses
2021-12-01T01:59:00.1503448Z 
2021-12-01T01:59:00.1503612Z 
2021-12-01T01:59:00.1503920Z ======================================================================
2021-12-01T01:59:00.1504385Z FAIL [0.003s]: test_file_structure (test_misc.TestMisc)
2021-12-01T01:59:00.1505073Z ----------------------------------------------------------------------
2021-12-01T01:59:00.1505578Z Traceback (most recent call last):
2021-12-01T01:59:00.1506182Z   File "/var/lib/jenkins/workspace/test/package/test_misc.py", line 88, in test_file_structure
2021-12-01T01:59:00.1506739Z     export_plain,
2021-12-01T01:59:00.1507527Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 2024, in assertEqual
2021-12-01T01:59:00.1508318Z     super().assertEqual(x, y, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-12-01T01:59:00.1510530Z AssertionError: '├── [30 chars]n│   ├── selective_extern_packages\n│   └── ve[129 chars]py\n' != '├── [30 chars]n│   └── version\n├── main\n│   └── main\n├── [94 chars]py\n'
2021-12-01T01:59:00.1511360Z   ├── .data
2021-12-01T01:59:00.1511795Z   │   ├── extern_modules
2021-12-01T01:59:00.1512304Z - │   ├── selective_extern_packages

See GitHub Actions build linux-bionic-py3.6-clang9 / test (default, 1, 2, linux.2xlarge) (10/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-11-30T21:58:53.1163963Z FAIL [0.007s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-11-30T21:58:53.0943177Z   test_neg_view_view_as_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s)
2021-11-30T21:58:53.0997141Z   test_neg_view_view_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s)
2021-11-30T21:58:53.1017863Z   test_neg_view_vsplit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-11-30T21:58:53.1036919Z   test_neg_view_vstack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-11-30T21:58:53.1090798Z   test_neg_view_where_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s)
2021-11-30T21:58:53.1107008Z   test_neg_view_xlogy_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-11-30T21:58:53.1139664Z   test_neg_view_zero__cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s)
2021-11-30T21:58:53.1162143Z   test_neg_view_zeros_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-11-30T21:58:53.1162768Z 
2021-11-30T21:58:53.1163256Z ======================================================================
2021-11-30T21:58:53.1163963Z FAIL [0.007s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-11-30T21:58:53.1165251Z ----------------------------------------------------------------------
2021-11-30T21:58:53.1166156Z Traceback (most recent call last):
2021-11-30T21:58:53.1167552Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 376, in instantiated_test
2021-11-30T21:58:53.1168282Z     result = test(self, **param_kwargs)
2021-11-30T21:58:53.1169147Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 742, in test_wrapper
2021-11-30T21:58:53.1169823Z     return test(*args, **kwargs)
2021-11-30T21:58:53.1170612Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 777, in dep_fn
2021-11-30T21:58:53.1171433Z     return fn(slf, *args, **kwargs)
2021-11-30T21:58:53.1172240Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 777, in dep_fn
2021-11-30T21:58:53.1172884Z     return fn(slf, *args, **kwargs)

See GitHub Actions build linux-xenial-py3.6-clang7-asan / test (default, 2, 2, linux.2xlarge) (11/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-12-01T03:12:14.3867175Z FAIL [0.003s]: test_file_structure (test_misc.TestMisc)
2021-12-01T03:12:14.3862017Z   File "/opt/conda/lib/python3.6/site-packages/torch/package/package_exporter.py", line 984, in _execute_dependency_graph
2021-12-01T03:12:14.3862692Z     self._validate_dependency_graph()
2021-12-01T03:12:14.3863524Z   File "/opt/conda/lib/python3.6/site-packages/torch/package/package_exporter.py", line 957, in _validate_dependency_graph
2021-12-01T03:12:14.3864268Z     raise PackagingError(self.dependency_graph)
2021-12-01T03:12:14.3864931Z torch.package.package_exporter.PackagingError: 
2021-12-01T03:12:14.3865619Z * Module did not match against any action pattern. Extern, mock, or intern it.
2021-12-01T03:12:14.3866126Z     dataclasses
2021-12-01T03:12:14.3866334Z 
2021-12-01T03:12:14.3866497Z 
2021-12-01T03:12:14.3866755Z ======================================================================
2021-12-01T03:12:14.3867175Z FAIL [0.003s]: test_file_structure (test_misc.TestMisc)
2021-12-01T03:12:14.3867811Z ----------------------------------------------------------------------
2021-12-01T03:12:14.3868257Z Traceback (most recent call last):
2021-12-01T03:12:14.3868822Z   File "/var/lib/jenkins/workspace/test/package/test_misc.py", line 88, in test_file_structure
2021-12-01T03:12:14.3869315Z     export_plain,
2021-12-01T03:12:14.3870060Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 2024, in assertEqual
2021-12-01T03:12:14.3870797Z     super().assertEqual(x, y, msg=self._get_assert_msg(msg, debug_msg=debug_msg))
2021-12-01T03:12:14.3872641Z AssertionError: '├── [30 chars]n│   ├── selective_extern_packages\n│   └── ve[129 chars]py\n' != '├── [30 chars]n│   └── version\n├── main\n│   └── main\n├── [94 chars]py\n'
2021-12-01T03:12:14.3873373Z   ├── .data
2021-12-01T03:12:14.3873762Z   │   ├── extern_modules
2021-12-01T03:12:14.3874216Z - │   ├── selective_extern_packages

See GitHub Actions build linux-xenial-py3.6-gcc7 / test (default, 1, 2, linux.2xlarge) (12/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-12-01T01:51:33.3975921Z FAIL [0.007s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-12-01T01:51:33.3775814Z   test_neg_view_view_as_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s)
2021-12-01T01:51:33.3824594Z   test_neg_view_view_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s)
2021-12-01T01:51:33.3843321Z   test_neg_view_vsplit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-12-01T01:51:33.3860702Z   test_neg_view_vstack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-12-01T01:51:33.3910857Z   test_neg_view_where_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.005s)
2021-12-01T01:51:33.3924203Z   test_neg_view_xlogy_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.001s)
2021-12-01T01:51:33.3954652Z   test_neg_view_zero__cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.003s)
2021-12-01T01:51:33.3974264Z   test_neg_view_zeros_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.002s)
2021-12-01T01:51:33.3974904Z 
2021-12-01T01:51:33.3975438Z ======================================================================
2021-12-01T01:51:33.3975921Z FAIL [0.007s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-12-01T01:51:33.3976892Z ----------------------------------------------------------------------
2021-12-01T01:51:33.3977350Z Traceback (most recent call last):
2021-12-01T01:51:33.3978177Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 376, in instantiated_test
2021-12-01T01:51:33.3978837Z     result = test(self, **param_kwargs)
2021-12-01T01:51:33.3979617Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 742, in test_wrapper
2021-12-01T01:51:33.3980237Z     return test(*args, **kwargs)
2021-12-01T01:51:33.3980973Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 777, in dep_fn
2021-12-01T01:51:33.3981562Z     return fn(slf, *args, **kwargs)
2021-12-01T01:51:33.3982295Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 777, in dep_fn
2021-12-01T01:51:33.3982970Z     return fn(slf, *args, **kwargs)

See GitHub Actions build linux-xenial-py3.6-clang7-asan / test (default, 1, 2, linux.2xlarge) (13/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-12-01T03:54:56.2517682Z FAIL [0.020s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-12-01T03:54:56.1164018Z   test_neg_view_view_as_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.019s)
2021-12-01T03:54:56.1570875Z   test_neg_view_view_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.041s)
2021-12-01T03:54:56.1681168Z   test_neg_view_vsplit_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s)
2021-12-01T03:54:56.1772609Z   test_neg_view_vstack_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.009s)
2021-12-01T03:54:56.2150032Z   test_neg_view_where_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.038s)
2021-12-01T03:54:56.2192338Z   test_neg_view_xlogy_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.004s)
2021-12-01T03:54:56.2405977Z   test_neg_view_zero__cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.021s)
2021-12-01T03:54:56.2515672Z   test_neg_view_zeros_like_cpu_float64 (__main__.TestMathBitsCPU) ... ok (0.011s)
2021-12-01T03:54:56.2516631Z 
2021-12-01T03:54:56.2517077Z ======================================================================
2021-12-01T03:54:56.2517682Z FAIL [0.020s]: test_dtypes_column_stack_cpu (__main__.TestCommonCPU)
2021-12-01T03:54:56.2519029Z ----------------------------------------------------------------------
2021-12-01T03:54:56.2521562Z Traceback (most recent call last):
2021-12-01T03:54:56.2522855Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 376, in instantiated_test
2021-12-01T03:54:56.2523521Z     result = test(self, **param_kwargs)
2021-12-01T03:54:56.2524297Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 742, in test_wrapper
2021-12-01T03:54:56.2525106Z     return test(*args, **kwargs)
2021-12-01T03:54:56.2525851Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 777, in dep_fn
2021-12-01T03:54:56.2526422Z     return fn(slf, *args, **kwargs)
2021-12-01T03:54:56.2527153Z   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 777, in dep_fn
2021-12-01T03:54:56.2527729Z     return fn(slf, *args, **kwargs)

See GitHub Actions build linux-bionic-py3.6-clang9 / test (default, 2, 2, linux.2xlarge) (14/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-11-30T21:46:37.8604087Z RuntimeError: test_jit_fuser_te failed!
2021-11-30T21:46:37.4811151Z 
2021-11-30T21:46:37.4811469Z Generating XML reports...
2021-11-30T21:46:37.4828896Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20211130214527.xml
2021-11-30T21:46:37.5241642Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20211130214527.xml
2021-11-30T21:46:37.5317507Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuser-20211130214527.xml
2021-11-30T21:46:37.8597043Z Traceback (most recent call last):
2021-11-30T21:46:37.8597974Z   File "test/run_test.py", line 1051, in <module>
2021-11-30T21:46:37.8599679Z     main()
2021-11-30T21:46:37.8600328Z   File "test/run_test.py", line 1029, in main
2021-11-30T21:46:37.8603365Z     raise RuntimeError(err_message)
2021-11-30T21:46:37.8604087Z RuntimeError: test_jit_fuser_te failed!
2021-11-30T21:46:38.0882588Z 
2021-11-30T21:46:38.0883304Z real	4m59.890s
2021-11-30T21:46:38.0883886Z user	11m17.713s
2021-11-30T21:46:38.0884294Z sys	0m17.253s
2021-11-30T21:46:38.0884583Z + cleanup
2021-11-30T21:46:38.0884969Z + retcode=1
2021-11-30T21:46:38.0885270Z + set +x
2021-11-30T21:46:38.0922200Z ##[error]Process completed with exit code 1.
2021-11-30T21:46:38.0966375Z ##[group]Run # Ensure the working directory gets chowned back to the current user
2021-11-30T21:46:38.0967148Z �[36;1m# Ensure the working directory gets chowned back to the current user�[0m

See GitHub Actions build linux-bionic-py3.6-clang9 / test (noarch, 1, 1, linux.2xlarge) (15/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-11-30T21:42:06.9040478Z AssertionError: can only test a child process
2021-11-30T21:42:06.8927146Z     assert self._parent_pid == os.getpid(), 'can only test a child process'
2021-11-30T21:42:06.8927702Z AssertionError: can only test a child process
2021-11-30T21:42:06.9029278Z Exception ignored in: <bound method _MultiProcessingDataLoaderIter.__del__ of <torch.utils.data.dataloader._MultiProcessingDataLoaderIter object at 0x7fcd450ad9b0>>
2021-11-30T21:42:06.9031471Z Traceback (most recent call last):
2021-11-30T21:42:06.9033263Z   File "/opt/conda/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 1328, in __del__
2021-11-30T21:42:06.9034370Z     self._shutdown_workers()
2021-11-30T21:42:06.9035779Z   File "/opt/conda/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 1320, in _shutdown_workers
2021-11-30T21:42:06.9036790Z     if w.is_alive():
2021-11-30T21:42:06.9038006Z   File "/opt/conda/lib/python3.6/multiprocessing/process.py", line 134, in is_alive
2021-11-30T21:42:06.9039450Z     assert self._parent_pid == os.getpid(), 'can only test a child process'
2021-11-30T21:42:06.9040478Z AssertionError: can only test a child process
2021-11-30T21:42:07.5961057Z ok (0.717s)
2021-11-30T21:42:07.5983946Z   test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s)
2021-11-30T21:42:09.2633267Z   test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... ok (1.665s)
2021-11-30T21:42:09.2714496Z   test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.008s)
2021-11-30T21:42:10.8670224Z   test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... ok (1.595s)
2021-11-30T21:42:14.2763484Z   test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... ok (3.409s)
2021-11-30T21:42:15.1354474Z   test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... ok (0.859s)
2021-11-30T21:42:15.1387626Z   test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s)
2021-11-30T21:42:15.1417508Z   test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s)
2021-11-30T21:42:15.1443872Z   test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s)

See GitHub Actions build linux-xenial-py3.6-gcc5.4 / test (backwards_compat, 1, 1, linux.2xlarge) (16/16)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2021-12-01T01:35:07.2935812Z The PR is introduc...m to confirm whether this change is wanted or not.
2021-12-01T01:35:07.2921949Z processing existing schema:  text(__torch__.torch.classes.profiling.SourceRef _0) -> (str _0)
2021-12-01T01:35:07.2923166Z processing existing schema:  count(__torch__.torch.classes.profiling.InstructionStats _0) -> (int _0)
2021-12-01T01:35:07.2924500Z processing existing schema:  duration_ns(__torch__.torch.classes.profiling.InstructionStats _0) -> (int _0)
2021-12-01T01:35:07.2926038Z processing existing schema:  source(__torch__.torch.classes.profiling.SourceStats _0) -> (__torch__.torch.classes.profiling.SourceRef _0)
2021-12-01T01:35:07.2928157Z processing existing schema:  line_map(__torch__.torch.classes.profiling.SourceStats _0) -> (Dict(int, __torch__.torch.classes.profiling.InstructionStats) _0)
2021-12-01T01:35:07.2929681Z processing existing schema:  __init__(__torch__.torch.classes.profiling._ScriptProfile _0) -> (NoneType _0)
2021-12-01T01:35:07.2930761Z processing existing schema:  enable(__torch__.torch.classes.profiling._ScriptProfile _0) -> (NoneType _0)
2021-12-01T01:35:07.2931865Z processing existing schema:  disable(__torch__.torch.classes.profiling._ScriptProfile _0) -> (NoneType _0)
2021-12-01T01:35:07.2933253Z processing existing schema:  _dump_stats(__torch__.torch.classes.profiling._ScriptProfile _0) -> (__torch__.torch.classes.profiling.SourceStats[] _0)
2021-12-01T01:35:07.2934615Z processing existing schema:  __init__(__torch__.torch.classes.dist_rpc.WorkerInfo _0, str _1, int _2) -> (NoneType _0)
2021-12-01T01:35:07.2935812Z The PR is introducing backward incompatible changes to the operator library. Please contact PyTorch team to confirm whether this change is wanted or not. 
2021-12-01T01:35:07.2936482Z 
2021-12-01T01:35:07.2936739Z Broken ops: [
2021-12-01T01:35:07.2937712Z 	aten::sparse_sampled_addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> (Tensor(a!))
2021-12-01T01:35:07.2938751Z 	aten::sparse_sampled_addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> (Tensor)
2021-12-01T01:35:07.2939243Z ]
2021-12-01T01:35:07.2939701Z + cleanup
2021-12-01T01:35:07.2940117Z + retcode=1
2021-12-01T01:35:07.2940504Z + set +x
2021-12-01T01:35:07.2968690Z ##[error]Process completed with exit code 1.
2021-12-01T01:35:07.3010508Z ##[group]Run # Ensure the working directory gets chowned back to the current user

1 failure not recognized by patterns:

Job Step Action
GitHub Actions Lint / mypy Run mypy 🔁 rerun

This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

@nonconvexopt
Copy link
Contributor

nonconvexopt commented Dec 1, 2021

@PaliC This was implemented and utilized in #68720.
This PR is merged currently.

@PaliC PaliC closed this Dec 1, 2021
@PaliC PaliC deleted the gh/PaliC/72/head branch December 1, 2021 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants