Skip to content

Conversation

@peterbell10
Copy link
Collaborator

@peterbell10 peterbell10 commented Apr 19, 2021

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Apr 19, 2021

🔗 Helpful links

❌ 7 New Failures

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

Expand to see more
  • 7/7 failures introduced in this PR

🕵️ 7 new failures recognized by patterns

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

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / test (dynamo, 2, 2, linux.2xlarge) (1/7)

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

2022-07-30T03:42:22.3624197Z FAIL [0.004s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:42:22.3623156Z          [-6.8625, -1.8878,  3.9578,  4.6712,  0.5596]],
2022-07-30T03:42:22.3623160Z 
2022-07-30T03:42:22.3623287Z         [[ 2.6090,  4.0036, -1.0514, -2.4591,  6.8729],
2022-07-30T03:42:22.3623427Z          [ 8.7734,  4.1688, -3.9342, -7.8286, -8.8831],
2022-07-30T03:42:22.3623567Z          [ 0.0623, -3.4531, -2.2648, -1.2656,  8.5114],
2022-07-30T03:42:22.3623709Z          [ 8.5309, -0.8415, -2.7025,  4.3707, -0.7182],
2022-07-30T03:42:22.3623895Z          [-8.5636,  2.9337,  8.6162, -7.1341, -1.9438]]], requires_grad=True),)
2022-07-30T03:42:22.3623966Z kwargs = {}
2022-07-30T03:42:22.3623973Z 
2022-07-30T03:42:22.3624068Z ======================================================================
2022-07-30T03:42:22.3624197Z FAIL [0.004s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:42:22.3624380Z ----------------------------------------------------------------------
2022-07-30T03:42:22.3624473Z Traceback (most recent call last):
2022-07-30T03:42:22.3624760Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T03:42:22.3624852Z     result = test(self, **param_kwargs)
2022-07-30T03:42:22.3625124Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 814, in test_wrapper
2022-07-30T03:42:22.3625210Z     return test(*args, **kwargs)
2022-07-30T03:42:22.3625474Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 1010, in only_fn
2022-07-30T03:42:22.3625550Z     return fn(self, *args, **kwargs)
2022-07-30T03:42:22.3625840Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 873, in wrapper
2022-07-30T03:42:22.3625914Z     fn(*args, **kwargs)

See GitHub Actions build pull / linux-bionic-cuda11.6-py3.10-gcc7 / test (default, 3, 4, linux.4xlarge.nvidia.gpu) (2/7)

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

2022-07-30T03:42:15.1893415Z FAIL [0.011s]: test_quick_var_cuda_float64 (__main__.TestDecompCUDA)
2022-07-30T03:42:15.1891783Z 
2022-07-30T03:42:15.1891963Z         [[-3.0980, -2.6038, -7.2205,  5.1790, -5.7073],
2022-07-30T03:42:15.1892162Z          [-1.7314,  2.6209,  0.7375, -0.3148,  5.5322],
2022-07-30T03:42:15.1892375Z          [ 1.7371, -5.4030, -8.6160, -0.7588, -3.0238],
2022-07-30T03:42:15.1892580Z          [-0.7664,  7.5903, -6.8866,  7.2815,  3.3030],
2022-07-30T03:42:15.1892834Z          [ 7.3312, -4.7483,  4.4566,  2.1052,  1.9121]]], device='cuda:0',
2022-07-30T03:42:15.1892965Z        requires_grad=True),)
2022-07-30T03:42:15.1893074Z kwargs = {}
2022-07-30T03:42:15.1893093Z 
2022-07-30T03:42:15.1893214Z ======================================================================
2022-07-30T03:42:15.1893415Z FAIL [0.011s]: test_quick_var_cuda_float64 (__main__.TestDecompCUDA)
2022-07-30T03:42:15.1893694Z ----------------------------------------------------------------------
2022-07-30T03:42:15.1893838Z Traceback (most recent call last):
2022-07-30T03:42:15.1894200Z   File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 1904, in wrapper
2022-07-30T03:42:15.1894324Z     method(*args, **kwargs)
2022-07-30T03:42:15.1894718Z   File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T03:42:15.1894863Z     result = test(self, **param_kwargs)
2022-07-30T03:42:15.1895294Z   File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 814, in test_wrapper
2022-07-30T03:42:15.1895428Z     return test(*args, **kwargs)
2022-07-30T03:42:15.1895799Z   File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 1010, in only_fn
2022-07-30T03:42:15.1895937Z     return fn(self, *args, **kwargs)

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / test (default, 1, 2, linux.2xlarge) (3/7)

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

2022-07-30T03:05:26.6994657Z FAIL [0.004s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:05:26.6993593Z          [-6.8625, -1.8878,  3.9578,  4.6712,  0.5596]],
2022-07-30T03:05:26.6993598Z 
2022-07-30T03:05:26.6993735Z         [[ 2.6090,  4.0036, -1.0514, -2.4591,  6.8729],
2022-07-30T03:05:26.6993874Z          [ 8.7734,  4.1688, -3.9342, -7.8286, -8.8831],
2022-07-30T03:05:26.6994011Z          [ 0.0623, -3.4531, -2.2648, -1.2656,  8.5114],
2022-07-30T03:05:26.6994151Z          [ 8.5309, -0.8415, -2.7025,  4.3707, -0.7182],
2022-07-30T03:05:26.6994320Z          [-8.5636,  2.9337,  8.6162, -7.1341, -1.9438]]], requires_grad=True),)
2022-07-30T03:05:26.6994391Z kwargs = {}
2022-07-30T03:05:26.6994396Z 
2022-07-30T03:05:26.6994491Z ======================================================================
2022-07-30T03:05:26.6994657Z FAIL [0.004s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:05:26.6994854Z ----------------------------------------------------------------------
2022-07-30T03:05:26.6994947Z Traceback (most recent call last):
2022-07-30T03:05:26.6995232Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T03:05:26.6995312Z     result = test(self, **param_kwargs)
2022-07-30T03:05:26.6995583Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 814, in test_wrapper
2022-07-30T03:05:26.6995669Z     return test(*args, **kwargs)
2022-07-30T03:05:26.6995937Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 1010, in only_fn
2022-07-30T03:05:26.6996055Z     return fn(self, *args, **kwargs)
2022-07-30T03:05:26.6996310Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 873, in wrapper
2022-07-30T03:05:26.6996385Z     fn(*args, **kwargs)

See GitHub Actions build pull / linux-focal-py3.7-gcc7 / test (default, 1, 2, linux.2xlarge) (4/7)

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

2022-07-30T03:04:46.0922351Z FAIL [0.004s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:04:46.0921274Z          [-6.8625, -1.8878,  3.9578,  4.6712,  0.5596]],
2022-07-30T03:04:46.0921279Z 
2022-07-30T03:04:46.0921404Z         [[ 2.6090,  4.0036, -1.0514, -2.4591,  6.8729],
2022-07-30T03:04:46.0921545Z          [ 8.7734,  4.1688, -3.9342, -7.8286, -8.8831],
2022-07-30T03:04:46.0921683Z          [ 0.0623, -3.4531, -2.2648, -1.2656,  8.5114],
2022-07-30T03:04:46.0921824Z          [ 8.5309, -0.8415, -2.7025,  4.3707, -0.7182],
2022-07-30T03:04:46.0922046Z          [-8.5636,  2.9337,  8.6162, -7.1341, -1.9438]]], requires_grad=True),)
2022-07-30T03:04:46.0922119Z kwargs = {}
2022-07-30T03:04:46.0922124Z 
2022-07-30T03:04:46.0922220Z ======================================================================
2022-07-30T03:04:46.0922351Z FAIL [0.004s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:04:46.0922536Z ----------------------------------------------------------------------
2022-07-30T03:04:46.0922630Z Traceback (most recent call last):
2022-07-30T03:04:46.0922919Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T03:04:46.0923013Z     result = test(self, **param_kwargs)
2022-07-30T03:04:46.0923291Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 814, in test_wrapper
2022-07-30T03:04:46.0923376Z     return test(*args, **kwargs)
2022-07-30T03:04:46.0923644Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 1010, in only_fn
2022-07-30T03:04:46.0923732Z     return fn(self, *args, **kwargs)
2022-07-30T03:04:46.0923977Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 873, in wrapper
2022-07-30T03:04:46.0924085Z     fn(*args, **kwargs)

See GitHub Actions build pull / win-vs2019-cpu-py3 / test (default, 1, 2, windows.4xlarge) (5/7)

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

2022-07-30T03:29:33.6698106Z FAIL [0.000s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:29:33.6697376Z          [-6.8625, -1.8878,  3.9578,  4.6712,  0.5596]],
2022-07-30T03:29:33.6697381Z 
2022-07-30T03:29:33.6697463Z         [[ 2.6090,  4.0036, -1.0514, -2.4591,  6.8729],
2022-07-30T03:29:33.6697545Z          [ 8.7734,  4.1688, -3.9342, -7.8286, -8.8831],
2022-07-30T03:29:33.6697626Z          [ 0.0623, -3.4531, -2.2648, -1.2656,  8.5114],
2022-07-30T03:29:33.6697708Z          [ 8.5309, -0.8415, -2.7025,  4.3707, -0.7182],
2022-07-30T03:29:33.6697822Z          [-8.5636,  2.9337,  8.6162, -7.1341, -1.9438]]], requires_grad=True),)
2022-07-30T03:29:33.6697875Z kwargs = {}
2022-07-30T03:29:33.6697891Z 
2022-07-30T03:29:33.6697976Z ======================================================================
2022-07-30T03:29:33.6698106Z FAIL [0.000s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:29:33.6698247Z ----------------------------------------------------------------------
2022-07-30T03:29:33.6698343Z Traceback (most recent call last):
2022-07-30T03:29:33.6698619Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 377, in instantiated_test
2022-07-30T03:29:33.6698713Z     result = test(self, **param_kwargs)
2022-07-30T03:29:33.6698977Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 814, in test_wrapper
2022-07-30T03:29:33.6699061Z     return test(*args, **kwargs)
2022-07-30T03:29:33.6699310Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 1010, in only_fn
2022-07-30T03:29:33.6699400Z     return fn(self, *args, **kwargs)
2022-07-30T03:29:33.6699648Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 873, in wrapper
2022-07-30T03:29:33.6699720Z     fn(*args, **kwargs)

See GitHub Actions build pull / linux-bionic-cuda11.6-py3.10-gcc7 / test (default, 1, 4, linux.4xlarge.nvidia.gpu) (6/7)

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

2022-07-30T04:38:55.2417664Z RuntimeError: test_ops failed!
2022-07-30T04:38:50.5898131Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestCommonCUDA-20220730031440.xml
2022-07-30T04:38:50.7503885Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestCompositeComplianceCUDA-20220730031440.xml
2022-07-30T04:38:50.8081075Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestFakeTensorNonErroringCUDA-20220730031440.xml
2022-07-30T04:38:50.9698099Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestMathBitsCUDA-20220730031440.xml
2022-07-30T04:38:51.0668150Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestTagsCUDA-20220730031440.xml
2022-07-30T04:38:55.2413921Z Traceback (most recent call last):
2022-07-30T04:38:55.2414412Z   File "/var/lib/jenkins/workspace/test/run_test.py", line 973, in <module>
2022-07-30T04:38:55.2415450Z     main()
2022-07-30T04:38:55.2416115Z   File "/var/lib/jenkins/workspace/test/run_test.py", line 951, in main
2022-07-30T04:38:55.2416976Z     raise RuntimeError(err_message)
2022-07-30T04:38:55.2417664Z RuntimeError: test_ops failed!
2022-07-30T04:38:55.5878332Z 
2022-07-30T04:38:55.5878612Z real	84m23.143s
2022-07-30T04:38:55.5879155Z user	83m11.888s
2022-07-30T04:38:55.5879714Z sys	1m18.242s
2022-07-30T04:38:55.5929621Z ##[error]Process completed with exit code 1.
2022-07-30T04:38:55.5971331Z Prepare all required actions
2022-07-30T04:38:55.5971702Z Getting action download info
2022-07-30T04:38:55.7908496Z ##[group]Run ./.github/actions/get-workflow-job-id
2022-07-30T04:38:55.7908816Z with:
2022-07-30T04:38:55.7909340Z   github-token: ***

See GitHub Actions build pull / linux-docs / build-docs (cpp) (7/7)

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

2022-07-30T04:12:05.6144208Z ##[error]Process completed with exit code 137.
2022-07-30T04:07:26.4167632Z �[01mwriting output... �[39;49;00m[ 90%] �[32mapi/structat_1_1native_1_1_r_n_n_descriptor .. api/structtorch_1_1enumtype_1_1k_g_e_l_u�[39;49;00m
2022-07-30T04:07:35.0699089Z �[01mwriting output... �[39;49;00m[ 92%] �[32mapi/structtorch_1_1enumtype_1_1k_g_r_u .. api/structtorch_1_1nn_1_1_k_l_div_loss_options�[39;49;00m
2022-07-30T04:07:51.2016985Z �[01mwriting output... �[39;49;00m[ 93%] �[32mapi/structtorch_1_1nn_1_1_l1_loss_impl .. api/structtorch_1_1nn_1_1functional_1_1_softmax_func_options�[39;49;00m
2022-07-30T04:07:57.7114631Z �[01mwriting output... �[39;49;00m[ 95%] �[32mapi/structtorch_1_1nn_1_1functional_1_1_softmin_func_options .. api/typedef_namespacetorch_1_1nn_1_1functional_1a8f2f9cf36847a0da45acc6eebfc41ccb�[39;49;00m
2022-07-30T04:08:01.6095328Z �[01mwriting output... �[39;49;00m[ 96%] �[32mapi/typedef_namespacetorch_1_1nn_1_1functional_1a956fa614a7eeb28a7054dcaa47fd5328 .. api/typedef_namespacetorch_1a700f6dc2cebac675a1747189a402a6a0�[39;49;00m
2022-07-30T04:08:12.8576618Z �[01mwriting output... �[39;49;00m[ 98%] �[32mapi/typedef_namespacetorch_1abf2c764801b507b6a105664a2406a410 .. api/variable_namespacetorch_1af960f5a30f4230a7d403eb83d72b5aeb�[39;49;00m
2022-07-30T04:08:14.5048027Z �[01mwriting output... �[39;49;00m[100%] �[32mfrontend .. notes/versioning�[39;49;00m
2022-07-30T04:08:14.5048298Z 
2022-07-30T04:08:14.5127158Z �[01mwaiting for workers...�[39;49;00m
2022-07-30T04:12:05.5520996Z /home/ec2-user/actions-runner/_work/_temp/49179cc6-b918-4440-9d76-a105b0ab4496.sh: line 27: 14046 Killed                  docker exec -t "${container_name}" bash -c "sudo chown -R jenkins . && pip install dist/*.whl && ./.circleci/scripts/${DOCS_TYPE}_doc_push_script.sh"
2022-07-30T04:12:05.6144208Z ##[error]Process completed with exit code 137.
2022-07-30T04:12:05.6478127Z Prepare all required actions
2022-07-30T04:12:05.6551988Z ##[group]Run ./.github/actions/chown-workspace
2022-07-30T04:12:05.6552459Z ##[endgroup]
2022-07-30T04:12:05.6573458Z ##[group]Run docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" .
2022-07-30T04:12:05.6573955Z �[36;1mdocker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" .�[0m
2022-07-30T04:12:05.7637942Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2022-07-30T04:12:05.7638272Z env:
2022-07-30T04:12:05.7638617Z   ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine
2022-07-30T04:12:05.7638943Z ##[endgroup]
2022-07-30T04:12:06.3526746Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally

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.

@peterbell10 peterbell10 requested a review from mruberry April 19, 2021 20:03
peterbell10 added a commit to peterbell10/pytorch that referenced this pull request Apr 29, 2021
peterbell10 added a commit to peterbell10/pytorch that referenced this pull request May 4, 2021
@peterbell10
Copy link
Collaborator Author

@mruberry PTAL, forward-compat period should be over now.

@peterbell10 peterbell10 added the topic: improvements topic category label Nov 1, 2022
@peterbell10
Copy link
Collaborator Author

@malfet @seemethere ping

@malfet
Copy link
Contributor

malfet commented Nov 1, 2022

Let me reimport it to check it will not regress mobile builds, that sometimes rigidly depend on operator signatures

@malfet
Copy link
Contributor

malfet commented Nov 1, 2022

@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

The correction overloads defaults were left off for forward
compatibility reasons, but this FC window expired well over a year ago
at this point.

Differential Revision: [D29625593](https://our.internmc.facebook.com/intern/diff/D29625593)

cc mlazos soumith voznesenskym yanboliang penguinwu anijain2305 EikanWang jgong5 Guobing-Chen chunyuan-w XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx jansel lezcano fdrocha

[ghstack-poisoned]
The correction overloads defaults were left off for forward
compatibility reasons, but this FC window expired well over a year ago
at this point.

Differential Revision: [D29625593](https://our.internmc.facebook.com/intern/diff/D29625593)

cc mlazos soumith voznesenskym yanboliang penguinwu anijain2305 EikanWang jgong5 Guobing-Chen chunyuan-w XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx jansel lezcano fdrocha

[ghstack-poisoned]
The correction overloads defaults were left off for forward
compatibility reasons, but this FC window expired well over a year ago
at this point.

Differential Revision: [D29625593](https://our.internmc.facebook.com/intern/diff/D29625593)

cc mlazos soumith voznesenskym yanboliang penguinwu anijain2305 EikanWang jgong5 Guobing-Chen chunyuan-w XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx jansel lezcano fdrocha

[ghstack-poisoned]
@peterbell10 peterbell10 requested a review from Chillee as a code owner November 2, 2022 12:08
The correction overloads defaults were left off for forward
compatibility reasons, but this FC window expired well over a year ago
at this point.

Differential Revision: [D29625593](https://our.internmc.facebook.com/intern/diff/D29625593)

cc mlazos soumith voznesenskym yanboliang penguinwu anijain2305 EikanWang jgong5 Guobing-Chen chunyuan-w XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx jansel lezcano fdrocha

[ghstack-poisoned]
@peterbell10
Copy link
Collaborator Author

@malfet were there any mobile issues?

@lezcano
Copy link
Collaborator

lezcano commented Nov 22, 2022

@malfet what's the state of this PR? Can we land it?

@malfet
Copy link
Contributor

malfet commented Dec 2, 2022

@pytorchbot rebase

@pytorchmergebot
Copy link
Collaborator

@pytorchbot successfully started a rebase job. Check the current status here

@pytorchmergebot
Copy link
Collaborator

Rebase failed due to Command git -C /home/runner/work/pytorch/pytorch rebase refs/remotes/origin/viable/strict gh/peterbell10/61/orig returned non-zero exit code 1

Rebasing (1/1)
Auto-merging aten/src/ATen/native/native_functions.yaml
Auto-merging test/functorch/test_aotdispatch.py
CONFLICT (content): Merge conflict in test/functorch/test_aotdispatch.py
Auto-merging test/inductor/test_torchinductor_opinfo.py
CONFLICT (content): Merge conflict in test/inductor/test_torchinductor_opinfo.py
Auto-merging tools/autograd/derivatives.yaml
Auto-merging torch/_decomp/decompositions.py
Auto-merging torch/_inductor/lowering.py
Auto-merging torch/_tensor_docs.py
Auto-merging torch/_torch_docs.py
Auto-merging torch/testing/_internal/common_methods_invocations.py
error: could not apply 3d68b9accb... Give std/var correction overloads proper defaults
hint: Resolve all conflicts manually, mark them as resolved with
hint: "git add/rm <conflicted_files>", then run "git rebase --continue".
hint: You can instead skip this commit: run "git rebase --skip".
hint: To abort and get back to the state before "git rebase", run "git rebase --abort".
Could not apply 3d68b9accb... Give std/var correction overloads proper defaults

Raised by https://github.com/pytorch/pytorch/actions/runs/3605373520

@malfet
Copy link
Contributor

malfet commented Dec 2, 2022

Sorry for the late reply, but can you please rebase again the latest PyTorch and I'll try to import it again (as you can see it can not be imported as is, as it conflicts with the latest trunk, see above rebase failures)

The correction overloads defaults were left off for forward
compatibility reasons, but this FC window expired well over a year ago
at this point.

Differential Revision: [D29625593](https://our.internmc.facebook.com/intern/diff/D29625593)

cc mlazos soumith voznesenskym yanboliang penguinwu anijain2305 EikanWang jgong5 Guobing-Chen chunyuan-w XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx jansel lezcano fdrocha

[ghstack-poisoned]
@malfet
Copy link
Contributor

malfet commented Dec 5, 2022

@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

1 similar comment
@malfet
Copy link
Contributor

malfet commented Dec 6, 2022

@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@malfet
Copy link
Contributor

malfet commented Dec 7, 2022

Ok, just landed internally, I wonder if it will be auto-closed by the bot now...

@facebook-github-bot
Copy link
Contributor

@pytorchbot merge

(Initiating merge automatically since Phabricator Diff has merged)

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

peterbell10 added a commit to peterbell10/pytorch that referenced this pull request Dec 7, 2022
The correction overloads defaults were left off for forward
compatibility reasons, but this FC window expired well over a year ago
at this point.

ghstack-source-id: 2215cb3
Pull Request resolved: pytorch#56398
kulinseth pushed a commit to kulinseth/pytorch that referenced this pull request Dec 10, 2022
The correction overloads defaults were left off for forward
compatibility reasons, but this FC window expired well over a year ago
at this point.

Differential Revision: [D29625593](https://our.internmc.facebook.com/intern/diff/D29625593)

Pull Request resolved: pytorch#56398
Approved by: https://github.com/mruberry
yield SampleInput(tensor_nd(), correction=0, keepdim=True)


def sample_inputs_std_var_unbiased(op_info, device, dtype, requires_grad, **kwargs):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need unbiased variants of OpInfos? Can't we add them to the regular sample inputs function?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The unbiased variant has supports_out=False due to some overloads not having an equivalent out overload, while correction overloads supports the out argument on all signatures.

@facebook-github-bot facebook-github-bot deleted the gh/peterbell10/61/head branch June 8, 2023 18:28
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.

9 participants