8000 std/var: Deprecate default `correction` value and `unbiased` argument by peterbell10 · Pull Request #55679 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

std/var: Deprecate default correction value and unbiased argument #55679

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

Closed
wants to merge 57 commits into from

Conversation

peterbell10
Copy link
Collaborator
@peterbell10 peterbell10 commented Apr 9, 2021

Stack from ghstack (oldest at bottom):

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely,
for better consistency with the array API.

@facebook-github-bot
Copy link
Contributor
facebook-github-bot commented Apr 9, 2021

🔗 Helpful links

❌ 9 New Failures

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

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

🕵️ 9 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-cuda11.6-py3.10-gcc7 / test (default, 3, 4, linux.4xlarge.nvidia.gpu) (1/9)

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

2022-07-30T03:44:08.2605816Z FAIL [0.011s]: test_quick_var_cuda_float64 (__main__.TestDecompCUDA)
2022-07-30T03:44:08.2604169Z 
2022-07-30T03:44:08.2604380Z         [[-3.0980, -2.6038, -7.2205,  5.1790, -5.7073],
2022-07-30T03:44:08.2604568Z          [-1.7314,  2.6209,  0.7375, -0.3148,  5.5322],
2022-07-30T03:44:08.2604775Z          [ 1.7371, -5.4030, -8.6160, -0.7588, -3.0238],
2022-07-30T03:44:08.2604982Z          [-0.7664,  7.5903, -6.8866,  7.2815,  3.3030],
2022-07-30T03:44:08.2605235Z          [ 7.3312, -4.7483,  4.4566,  2.1052,  1.9121]]], device='cuda:0',
2022-07-30T03:44:08.2605360Z        requires_grad=True),)
2022-07-30T03:44:08.2605465Z kwargs = {}
2022-07-30T03:44:08.2605484Z 
2022-07-30T03:44:08.2605620Z ======================================================================
2022-07-30T03:44:08.2605816Z FAIL [0.011s]: test_quick_var_cuda_float64 (__main__.TestDecompCUDA)
2022-07-30T03:44:08.2606076Z ----------------------------------------------------------------------
2022-07-30T03:44:08.2606219Z Traceback (most recent call last):
2022-07-30T03:44:08.2606663Z   File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 1904, in wrapper
2022-07-30T03:44:08.2606790Z     method(*args, **kwargs)
2022-07-30T03:44:08.2607228Z   File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T03:44:08.2607370Z     result = test(self, **param_kwargs)
2022-07-30T03:44:08.2607786Z   File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 814, in test_wrapper
2022-07-30T03:44:08.2607914Z     return test(*args, **kwargs)
2022-07-30T03:44:08.2608292Z   File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 1010, in only_fn
2022-07-30T03:44:08.2608424Z     return fn(self, *args, **kwargs)

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

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

2022-07-30T03:33:40.1833076Z FAIL [0.010s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:33:40.1832325Z          [-6.8625, -1.8878,  3.9578,  4.6712,  0.5596]],
2022-07-30T03:33:40.1832330Z 
2022-07-30T03:33:40.1832413Z         [[ 2.6090,  4.0036, -1.0514, -2.4591,  6.8729],
2022-07-30T03:33:40.1832497Z          [ 8.7734,  4.1688, -3.9342, -7.8286, -8.8831],
2022-07-30T03:33:40.1832581Z          [ 0.0623, -3.4531, -2.2648, -1.2656,  8.5114],
2022-07-30T03:33:40.1832665Z          [ 8.5309, -0.8415, -2.7025,  4.3707, -0.7182],
2022-07-30T03:33:40.1832782Z          [-8.5636,  2.9337,  8.6162, -7.1341, -1.9438]]], requires_grad=True),)
2022-07-30T03:33:40.1832845Z kwargs = {}
2022-07-30T03:33:40.1832851Z 
2022-07-30T03:33:40.1832939Z ======================================================================
2022-07-30T03:33:40.1833076Z FAIL [0.010s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:33:40.1833222Z ----------------------------------------------------------------------
2022-07-30T03:33:40.1833318Z Traceback (most recent call last):
2022-07-30T03:33:40.1833608Z   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:33:40.1833703Z     result = test(self, **param_kwargs)
2022-07-30T03:33:40.1833981Z   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:33:40.1834065Z     return test(*args, **kwargs)
2022-07-30T03:33:40.1834323Z   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:33:40.1834414Z     return fn(self, *args, **kwargs)
2022-07-30T03:33:40.1834676Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 873, in wrapper
2022-07-30T03:33:40.1834751Z     fn(*args, **kwargs)

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

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

2022-07-30T03:20:05.1745476Z FAIL [0.002s]: tes...n_no_correction_cuda (__main__.TestReductionsCUDA)
2022-07-30T03:20:05.0780675Z   test_var_mean_some_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.080s)
2022-07-30T03:20:05.0799152Z   test_var_stability2_cuda (__main__.TestReductionsCUDA) ... ok (0.002s)
2022-07-30T03:20:05.0813858Z   test_var_stability_cuda (__main__.TestReductionsCUDA) ... ok (0.001s)
2022-07-30T03:20:05.0865187Z   test_var_unbiased_cuda (__main__.TestReductionsCUDA) ... ok (0.005s)
2022-07-30T03:20:05.1092485Z   test_var_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.023s)
2022-07-30T03:20:05.1320390Z   test_var_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.023s)
2022-07-30T03:20:05.1531654Z   test_var_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.021s)
2022-07-30T03:20:05.1742154Z   test_var_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.021s)
2022-07-30T03:20:05.1744680Z 
2022-07-30T03:20:05.1744953Z ======================================================================
2022-07-30T03:20:05.1745476Z FAIL [0.002s]: test_std_var_errors_on_no_correction_cuda (__main__.TestReductionsCUDA)
2022-07-30T03:20:05.1747005Z ----------------------------------------------------------------------
2022-07-30T03:20:05.1747460Z Traceback (most recent call last):
2022-07-30T03:20:05.1748002Z   File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 1904, in wrapper
2022-07-30T03:20:05.1748386Z     method(*args, **kwargs)
2022-07-30T03:20:05.1748914Z   File "/opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T03:20:05.1749527Z     result = test(self, **param_kwargs)
2022-07-30T03:20:05.1749932Z   File "/var/lib/jenkins/workspace/test/test_reductions.py", line 2728, in test_std_var_errors_on_no_correction
2022-07-30T03:20:05.1750408Z     with self.assertRaisesRegex(RuntimeError, "correction parameter must be given"):
2022-07-30T03:20:05.1750793Z AssertionError: RuntimeError not raised
2022-07-30T03:20:05.1750974Z 

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

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

2022-07-30T04:33:48.2889736Z RuntimeError: test_ops failed!
2022-07-30T04:33:45.1312398Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestCommonCUDA-20220730031534.xml
2022-07-30T04:33:45.2851194Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestCompositeComplianceCUDA-20220730031534.xml
2022-07-30T04:33:45.3405720Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestFakeTensorNonErroringCUDA-20220730031534.xml
2022-07-30T04:33:45.4960597Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestMathBitsCUDA-20220730031534.xml
2022-07-30T04:33:45.5901950Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestTagsCUDA-20220730031534.xml
2022-07-30T04:33:48.2884451Z Traceback (most recent call last):
2022-07-30T04:33:48.2884884Z   File "/var/lib/jenkins/workspace/test/run_test.py", line 973, in <module>
2022-07-30T04:33:48.2887456Z     main()
2022-07-30T04:33:48.2887795Z   File "/var/lib/jenkins/workspace/test/run_test.py", line 951, in main
2022-07-30T04:33:48.2889434Z     raise RuntimeError(err_message)
2022-07-30T04:33:48.2889736Z RuntimeError: test_ops failed!
2022-07-30T04:33:48.5332430Z 
2022-07-30T04:33:48.5333030Z real	78m21.179s
2022-07-30T04:33:48.5333386Z user	77m8.096s
2022-07-30T04:33:48.5333633Z sys	1m22.643s
2022-07-30T04:33:48.5374774Z ##[error]Process completed with exit code 1.
2022-07-30T04:33:48.5413637Z Prepare all required actions
2022-07-30T04:33:48.5414057Z Getting action download info
2022-07-30T04:33:48.7495002Z ##[group]Run ./.github/actions/get-workflow-job-id
2022-07-30T04:33:48.7495303Z with:
2022-07-30T04:33:48.7495749Z   github-token: ***

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

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

2022-07-30T02:49:28.4373002Z FAIL [0.001s]: tes..._on_no_correction_cpu (__main__.TestReductionsCPU)
2022-07-30T02:49:28.3690451Z   test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.032s)
2022-07-30T02:49:28.3708537Z   test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s)
2022-07-30T02:49:28.3721954Z   test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s)
2022-07-30T02:49:28.3752617Z   test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.003s)
2022-07-30T02:49:28.3910049Z   test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.016s)
2022-07-30T02:49:28.4069548Z   test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.016s)
2022-07-30T02:49:28.4221655Z   test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.015s)
2022-07-30T02:49:28.4371971Z   test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.015s)
2022-07-30T02:49:28.4372429Z 
2022-07-30T02:49:28.4372587Z ======================================================================
2022-07-30T02:49:28.4373002Z FAIL [0.001s]: test_std_var_errors_on_no_correction_cpu (__main__.TestReductionsCPU)
2022-07-30T02:49:28.4373666Z ----------------------------------------------------------------------
2022-07-30T02:49:28.4374052Z Traceback (most recent call last):
2022-07-30T02:49:28.4374509Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T02:49:28.4374823Z     result = test(self, **param_kwargs)
2022-07-30T02:49:28.4375082Z   File "test_reductions.py", line 2729, in test_std_var_errors_on_no_correction
2022-07-30T02:49:28.4375326Z     op(x)
2022-07-30T02:49:28.4375523Z AssertionError: RuntimeError not raised
2022-07-30T02:49:28.4375650Z 
2022-07-30T02:49:28.4375847Z ----------------------------------------------------------------------
2022-07-30T02:49:28.4378921Z Ran 2909 tests in 168.841s

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

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

2022-07-30T02:54:56.2310858Z FAIL [0.001s]: tes..._on_no_correction_cpu (__main__.TestReductionsCPU)
2022-07-30T02:54:56.1636668Z   test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.034s)
2022-07-30T02:54:56.1655307Z   test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s)
2022-07-30T02:54:56.1669200Z   test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s)
2022-07-30T02:54:56.1702129Z   test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.003s)
2022-07-30T02:54:56.1858945Z   test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.016s)
2022-07-30T02:54:56.2015427Z   test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.016s)
2022-07-30T02:54:56.2163509Z   test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.015s)
2022-07-30T02:54:56.2309989Z   test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.015s)
2022-07-30T02:54:56.2310296Z 
2022-07-30T02:54:56.2310441Z ======================================================================
2022-07-30T02:54:56.2310858Z FAIL [0.001s]: test_std_var_errors_on_no_correction_cpu (__main__.TestReductionsCPU)
2022-07-30T02:54:56.2311521Z ----------------------------------------------------------------------
2022-07-30T02:54:56.2312019Z Traceback (most recent call last):
2022-07-30T02:54:56.2312779Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T02:54:56.2313155Z     result = test(self, **param_kwargs)
2022-07-30T02:54:56.2313543Z   File "test_reductions.py", line 2729, in test_std_var_errors_on_no_correction
2022-07-30T02:54:56.2313783Z     op(x)
2022-07-30T02:54:56.2313982Z AssertionError: RuntimeError not raised
2022-07-30T02:54:56.2314131Z 
2022-07-30T02:54:56.2314377Z ----------------------------------------------------------------------
2022-07-30T02:54:56.2314909Z Ran 2909 tests in 176.116s

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

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

2022-07-30T02:50:11.1206506Z FAIL [0.002s]: tes..._on_no_correction_cpu (__main__.TestReductionsCPU)
2022-07-30T02:50:11.0273308Z   test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.073s)
2022-07-30T02:50:11.0294062Z   test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s)
2022-07-30T02:50:11.0308471Z   test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s)
2022-07-30T02:50:11.0356170Z   test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.005s)
2022-07-30T02:50:11.0577887Z   test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.022s)
2022-07-30T02:50:11.0792949Z   test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.021s)
2022-07-30T02:50:11.1003648Z   test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.021s)
2022-07-30T02:50:11.1205460Z   test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.020s)
2022-07-30T02:50:11.1205797Z 
2022-07-30T02:50:11.1206115Z ======================================================================
2022-07-30T02:50:11.1206506Z FAIL [0.002s]: test_std_var_errors_on_no_correction_cpu (__main__.TestReductionsCPU)
2022-07-30T02:50:11.1207231Z ----------------------------------------------------------------------
2022-07-30T02:50:11.1207651Z Traceback (most recent call last):
2022-07-30T02:50:11.1209619Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T02:50:11.1210184Z     result = test(self, **param_kwargs)
2022-07-30T02:50:11.1210618Z   File "test_reductions.py", line 2729, in test_std_var_errors_on_no_correction
2022-07-30T02:50:11.1210999Z     op(x)
2022-07-30T02:50:11.1211338Z AssertionError: RuntimeError not raised
2022-07-30T02:50:11.1211578Z 
2022-07-30T02:50:11.1211929Z ----------------------------------------------------------------------
2022-07-30T02:50:11.1212319Z Ran 2909 tests in 194.869s

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

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

2022-07-30T03:52:15.9899721Z FAIL [0.004s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:52:15.9898507Z          [-6.8625, -1.8878,  3.9578,  4.6712,  0.5596]],
2022-07-30T03:52:15.9898512Z 
2022-07-30T03:52:15.9898659Z         [[ 2.6090,  4.0036, -1.0514, -2.4591,  6.8729],
2022-07-30T03:52:15.9898792Z          [ 8.7734,  4.1688, -3.9342, -7.8286, -8.8831],
2022-07-30T03:52:15.9898937Z          [ 0.0623, -3.4531, -2.2648, -1.2656,  8.5114],
2022-07-30T03:52:15.9899082Z          [ 8.5309, -0.8415, -2.7025,  4.3707, -0.7182],
2022-07-30T03:52:15.9899276Z          [-8.5636,  2.9337,  8.6162, -7.1341, -1.9438]]], requires_grad=True),)
2022-07-30T03:52:15.9899347Z kwargs = {}
2022-07-30T03:52:15.9899352Z 
2022-07-30T03:52:15.9899452Z ======================================================================
2022-07-30T03:52:15.9899721Z FAIL [0.004s]: test_quick_var_cpu_float64 (__main__.TestDecompCPU)
2022-07-30T03:52:15.9899915Z ----------------------------------------------------------------------
2022-07-30T03:52:15.9900013Z Traceback (most recent call last):
2022-07-30T03:52:15.9900317Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T03:52:15.9900465Z     result = test(self, **param_kwargs)
2022-07-30T03:52:15.9900760Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 814, in test_wrapper
2022-07-30T03:52:15.9900847Z     return test(*args, **kwargs)
2022-07-30T03:52:15.9901126Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 1010, in only_fn
2022-07-30T03:52:15.9901215Z     return fn(self, *args, **kwargs)
2022-07-30T03:52:15.9901471Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 873, in wrapper
2022-07-30T03:52:15.9901550Z     fn(*args, **kwargs)

See GitHub Actions build pull / linux-focal-py3.7-clang7-asan / test (default, 5, 5, linux.2xlarge) (9/9)

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

2022-07-30T02:51:24.0172371Z FAIL [0.002s]: tes..._on_no_correction_cpu (__main__.TestReductionsCPU)
2022-07-30T02:51:23.8452959Z   test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.162s)
2022-07-30T02:51:23.8477017Z   test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s)
2022-07-30T02:51:23.8497605Z   test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.002s)
2022-07-30T02:51:23.8578264Z   test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.008s)
2022-07-30T02:51:23.9000969Z   test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.042s)
2022-07-30T02:51:23.9419476Z   test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.042s)
2022-07-30T02:51:23.9800846Z   test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.038s)
2022-07-30T02:51:24.0171503Z   test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.037s)
2022-07-30T02:51:24.0171808Z 
2022-07-30T02:51:24.0171963Z ======================================================================
2022-07-30T02:51:24.0172371Z FAIL [0.002s]: test_std_var_errors_on_no_correction_cpu (__main__.TestReductionsCPU)
2022-07-30T02:51:24.0173061Z ----------------------------------------------------------------------
2022-07-30T02:51:24.0173461Z Traceback (most recent call last):
2022-07-30T02:51:24.0174072Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 377, in instantiated_test
2022-07-30T02:51:24.0174399Z     result = test(self, **param_kwargs)
2022-07-30T02:51:24.0174663Z   File "test_reductions.py", line 2729, in test_std_var_errors_on_no_correction
2022-07-30T02:51:24.0174882Z     op(x)
2022-07-30T02:51:24.0175073Z AssertionError: RuntimeError not raised
2022-07-30T02:51:24.0175209Z 
2022-07-30T02:51:24.0175407Z ----------------------------------------------------------------------
2022-07-30T02:51:24.0175849Z Ran 2909 tests in 161.388s

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 ezyang as a code owner April 15, 2021 18:02
@ezyang ezyang removed their request for review April 16, 2021 13:56
…d` argument"

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

[ghstack-poisoned]
…tion` value and `unbiased` argument"

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

[ghstack-poisoned]
…tion` value and `unbiased` argument"

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

[ghstack-poisoned]
…d` argument"

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

[ghstack-poisoned]
…d` argument"

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

[ghstack-poisoned]
…d` argument"

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

[ghstack-poisoned]
…d` argument"

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

[ghstack-poisoned]
…d` argument"

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

[ghstack-poisoned]
…d` argument"

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

[ghstack-poisoned]
peterbell10 added a commit to peterbell10/pytorch that referenced this pull request Dec 7, 2022
The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

ghstack-source-id: 955bfe6
Pull Request resolved: pytorch#55679
peterbell10 added a commit to peterbell10/pytorch that referenced this pull request Dec 7, 2022
The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

ghstack-source-id: 955bfe6
Pull Request resolved: pytorch#55679
…d` argument"

The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.

This also deprecates the unbiased overloads entirely, since it
for better consistency with the array API.

[ghstack-poisoned]
@pytorch-bot pytorch-bot bot added the ciflow/mps Run MPS tests (subset of trunk) label Dec 7, 2022
@peterbell10 peterbell10 removed the Stale label Jan 7, 2023
@github-actions
Copy link
Contributor
github-actions bot commented Mar 8, 2023

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

@evelynmitchell
Copy link
Contributor

No one has reviewed this, and the original author has removed stale and added no-stale, even though there has been no activity in more than a year.

@peterbell10
Copy link
Collaborator Author

Closing as the deprecation isn't going ahead, see #50010 (comment)

@peterbell10 peterbell10 closed this Jul 1, 2024
@github-actions github-actions bot deleted the gh/peterbell10/58/head branch August 1, 2024 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/mps Run MPS tests (subset of trunk) cla signed no-stale open source release notes: nn release notes category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0