Skip to content

Conversation

@SplitInfinity
Copy link

@SplitInfinity SplitInfinity commented Apr 7, 2021

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
@SplitInfinity SplitInfinity requested a review from ezyang as a code owner April 7, 2021 18:40
SplitInfinity pushed a commit that referenced this pull request Apr 7, 2021
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

ghstack-source-id: 30a44b3
Pull Request resolved: #55503
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Apr 7, 2021

🔗 Helpful links

💊 CI failures summary and remediations

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


  • 8/8 failures introduced in this PR

🕵️ 8 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_clang5_asan_test1 (1/8)

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

Jul 28 04:28:55 AssertionError: NotImplementedE...orward AD, you should set supports_forward_ad=True
Jul 28 04:28:55   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
Jul 28 04:28:55     return fn(slf, *args, **kwargs)
Jul 28 04:28:55   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
Jul 28 04:28:55     return fn(slf, *args, **kwargs)
Jul 28 04:28:55   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 780, in test_wrapper
Jul 28 04:28:55     return test(*args, **kwargs)
Jul 28 04:28:55   File "test_ops.py", line 657, in test_forward_mode_AD
Jul 28 04:28:55     self._forward_grad_helper(device, dtype, op, op.get_op())
Jul 28 04:28:55   File "test_ops.py", line 651, in _forward_grad_helper
Jul 28 04:28:55     self._grad_test_helper(device, dtype, op, variant, check_forward_ad=True)
Jul 28 04:28:55 AssertionError: NotImplementedError not raised : Running forward AD for an OP that has does not support it did not raise any error. If your op supports forward AD, you should set supports_forward_ad=True
Jul 28 04:28:55 
Jul 28 04:28:56 ----------------------------------------------------------------------
Jul 28 04:28:56 Ran 6411 tests in 3449.142s
Jul 28 04:28:56 
Jul 28 04:28:56 FAILED (failures=2, skipped=2653)
Jul 28 04:28:56 
Jul 28 04:28:56 Generating XML reports...
Jul 28 04:28:56 Generated XML report: test-reports/python-unittest/test_ops/TEST-TestCommonCPU-20210728033126.xml
Jul 28 04:28:56 Generated XML report: test-reports/python-unittest/test_ops/TEST-TestGradientsCPU-20210728033126.xml
Jul 28 04:28:56 Generated XML report: test-reports/python-unittest/test_ops/TEST-TestJitCPU-20210728033126.xml

See CircleCI build pytorch_linux_bionic_py3_6_clang9_noarch_test (2/8)

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

Jul 28 04:04:37 AssertionError: NotImplementedE...orward AD, you should set supports_forward_ad=True
Jul 28 04:04:37   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
Jul 28 04:04:37     return fn(slf, *args, **kwargs)
Jul 28 04:04:37   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
Jul 28 04:04:37     return fn(slf, *args, **kwargs)
Jul 28 04:04:37   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 780, in test_wrapper
Jul 28 04:04:37     return test(*args, **kwargs)
Jul 28 04:04:37   File "test_ops.py", line 657, in test_forward_mode_AD
Jul 28 04:04:37     self._forward_grad_helper(device, dtype, op, op.get_op())
Jul 28 04:04:37   File "test_ops.py", line 651, in _forward_grad_helper
Jul 28 04:04:37     self._grad_test_helper(device, dtype, op, variant, check_forward_ad=True)
Jul 28 04:04:37 AssertionError: NotImplementedError not raised : Running forward AD for an OP that has does not support it did not raise any error. If your op supports forward AD, you should set supports_forward_ad=True
Jul 28 04:04:37 
Jul 28 04:04:39 ----------------------------------------------------------------------
Jul 28 04:04:39 Ran 12669 tests in 689.807s
Jul 28 04:04:39 
Jul 28 04:04:39 FAILED (failures=2, skipped=8909)
Jul 28 04:04:39 
Jul 28 04:04:39 Generating XML reports...
Jul 28 04:04:39 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestCommonCPU-20210728035307.xml
Jul 28 04:04:39 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestCommonMETA-20210728035307.xml
Jul 28 04:04:39 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestGradientsCPU-20210728035307.xml

See CircleCI build pytorch_linux_bionic_cuda10_2_cudnn7_py3_9_gcc7_test2 (3/8)

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

Jul 28 05:32:35 AssertionError: NotImplementedE...orward AD, you should set supports_forward_ad=True
Jul 28 05:32:35   File "/opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
Jul 28 05:32:35     return fn(slf, *args, **kwargs)
Jul 28 05:32:35   File "/opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
Jul 28 05:32:35     return fn(slf, *args, **kwargs)
Jul 28 05:32:35   File "/opt/conda/lib/python3.9/site-packages/torch/testing/_internal/common_device_type.py", line 780, in test_wrapper
Jul 28 05:32:35     return test(*args, **kwargs)
Jul 28 05:32:35   File "/var/lib/jenkins/workspace/test/test_ops.py", line 657, in test_forward_mode_AD
Jul 28 05:32:35     self._forward_grad_helper(device, dtype, op, op.get_op())
Jul 28 05:32:35   File "/var/lib/jenkins/workspace/test/test_ops.py", line 651, in _forward_grad_helper
Jul 28 05:32:35     self._grad_test_helper(device, dtype, op, variant, check_forward_ad=True)
Jul 28 05:32:35 AssertionError: NotImplementedError not raised : Running forward AD for an OP that has does not support it did not raise any error. If your op supports forward AD, you should set supports_forward_ad=True
Jul 28 05:32:35 
Jul 28 05:32:35 ----------------------------------------------------------------------
Jul 28 05:32:35 Ran 6383 tests in 1038.318s
Jul 28 05:32:35 
Jul 28 05:32:35 FAILED (failures=2, skipped=2117)
Jul 28 05:32:35 
Jul 28 05:32:35 Generating XML reports...
Jul 28 05:32:36 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestCommonCUDA-20210728051517.xml
Jul 28 05:32:36 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestGradientsCUDA-20210728051517.xml
Jul 28 05:32:36 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestJitCUDA-20210728051517.xml

See CircleCI build pytorch_linux_xenial_cuda11_1_cudnn8_py3_gcc7_test2 (4/8)

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

Jul 28 06:11:42 AssertionError: NotImplementedE...orward AD, you should set supports_forward_ad=True
Jul 28 06:11:42   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
Jul 28 06:11:42     return fn(slf, *args, **kwargs)
Jul 28 06:11:42   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
Jul 28 06:11:42     return fn(slf, *args, **kwargs)
Jul 28 06:11:42   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 780, in test_wrapper
Jul 28 06:11:42     return test(*args, **kwargs)
Jul 28 06:11:42   File "test_ops.py", line 657, in test_forward_mode_AD
Jul 28 06:11:42     self._forward_grad_helper(device, dtype, op, op.get_op())
Jul 28 06:11:42   File "test_ops.py", line 651, in _forward_grad_helper
Jul 28 06:11:42     self._grad_test_helper(device, dtype, op, variant, check_forward_ad=True)
Jul 28 06:11:42 AssertionError: NotImplementedError not raised : Running forward AD for an OP that has does not support it did not raise any error. If your op supports forward AD, you should set supports_forward_ad=True
Jul 28 06:11:42 
Jul 28 06:11:43 ----------------------------------------------------------------------
Jul 28 06:11:43 Ran 6383 tests in 1092.535s
Jul 28 06:11:43 
Jul 28 06:11:43 FAILED (failures=2, skipped=2118)
Jul 28 06:11:43 
Jul 28 06:11:43 Generating XML reports...
Jul 28 06:11:43 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestCommonCUDA-20210728055330.xml
Jul 28 06:11:43 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestGradientsCUDA-20210728055330.xml
Jul 28 06:11:43 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestJitCUDA-20210728055330.xml

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_test (5/8)

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

Jul 28 05:37:48 2021-07-28 05:37:48.054234: E t...w/compiler/xla/service/slow_operation_alarm.cc:55]
Jul 28 03:55:46 2021-07-28 03:55:46.690138: E tensorflow/compiler/xla/service/slow_operation_alarm.cc:55] 
Jul 28 03:55:46 ********************************
Jul 28 03:55:46 Very slow compile?  If you want to file a bug, run with envvar XLA_FLAGS=--xla_dump_to=/tmp/foo and attach the results.
Jul 28 03:55:46 Compiling module SyncTensorsGraph.35441
Jul 28 03:55:46 ********************************
Jul 28 05:22:05 2021-07-28 05:22:05.030283: E tensorflow/compiler/xla/service/slow_operation_alarm.cc:55] 
Jul 28 05:22:05 ********************************
Jul 28 05:22:05 Very slow compile?  If you want to file a bug, run with envvar XLA_FLAGS=--xla_dump_to=/tmp/foo and attach the results.
Jul 28 05:22:05 Compiling module SyncTensorsGraph.30801
Jul 28 05:22:05 ********************************
Jul 28 05:37:48 2021-07-28 05:37:48.054234: E tensorflow/compiler/xla/service/slow_operation_alarm.cc:55] 
Jul 28 05:37:48 ********************************
Jul 28 05:37:48 Very slow compile?  If you want to file a bug, run with envvar XLA_FLAGS=--xla_dump_to=/tmp/foo and attach the results.
Jul 28 05:37:48 Compiling module SyncTensorsGraph.60409
Jul 28 05:37:48 ********************************


Too long with no output (exceeded 1h30m0s): context deadline exceeded

See CircleCI build pytorch_macos_10_13_py3_test (6/8)

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

Jul 28 03:41:17 AssertionError: NotImplementedE...orward AD, you should set supports_forward_ad=True
Jul 28 03:41:17   File "/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
Jul 28 03:41:17     return fn(slf, *args, **kwargs)
Jul 28 03:41:17   File "/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
Jul 28 03:41:17     return fn(slf, *args, **kwargs)
Jul 28 03:41:17   File "/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 780, in test_wrapper
Jul 28 03:41:17     return test(*args, **kwargs)
Jul 28 03:41:17   File "test_ops.py", line 657, in test_forward_mode_AD
Jul 28 03:41:17     self._forward_grad_helper(device, dtype, op, op.get_op())
Jul 28 03:41:17   File "test_ops.py", line 651, in _forward_grad_helper
Jul 28 03:41:17     self._grad_test_helper(device, dtype, op, variant, check_forward_ad=True)
Jul 28 03:41:17 AssertionError: NotImplementedError not raised : Running forward AD for an OP that has does not support it did not raise any error. If your op supports forward AD, you should set supports_forward_ad=True
Jul 28 03:41:17 
Jul 28 03:41:17 ----------------------------------------------------------------------
Jul 28 03:41:17 Ran 6411 tests in 1076.525s
Jul 28 03:41:17 
Jul 28 03:41:17 FAILED (failures=2, skipped=2653)
Jul 28 03:41:17 
Jul 28 03:41:17 Generating XML reports...
Jul 28 03:41:17 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestCommonCPU-20210728032320.xml
Jul 28 03:41:18 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestGradientsCPU-20210728032320.xml
Jul 28 03:41:18 Generated XML report: test-reports/dist-gloo/test_ops/TEST-TestJitCPU-20210728032320.xml

See GitHub Actions build Linux CI (pytorch-linux-bionic-py3.8-gcc9-coverage) / test (default, 1, 2, linux.2xlarge) (7/8)

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

2021-07-28T02:12:42.7600149Z AssertionError: No...orward AD, you should set supports_forward_ad=True
2021-07-28T02:12:42.7593183Z   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
2021-07-28T02:12:42.7593828Z     return fn(slf, *args, **kwargs)
2021-07-28T02:12:42.7594774Z   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_device_type.py", line 814, in dep_fn
2021-07-28T02:12:42.7595496Z     return fn(slf, *args, **kwargs)
2021-07-28T02:12:42.7596308Z   File "/opt/conda/lib/python3.8/site-packages/torch/testing/_internal/common_device_type.py", line 780, in test_wrapper
2021-07-28T02:12:42.7596974Z     return test(*args, **kwargs)
2021-07-28T02:12:42.7597414Z   File "test_ops.py", line 657, in test_forward_mode_AD
2021-07-28T02:12:42.7597955Z     self._forward_grad_helper(device, dtype, op, op.get_op())
2021-07-28T02:12:42.7598491Z   File "test_ops.py", line 651, in _forward_grad_helper
2021-07-28T02:12:42.7599079Z     self._grad_test_helper(device, dtype, op, variant, check_forward_ad=True)
2021-07-28T02:12:42.7600149Z AssertionError: NotImplementedError not raised : Running forward AD for an OP that has does not support it did not raise any error. If your op supports forward AD, you should set supports_forward_ad=True
2021-07-28T02:12:42.7600927Z 
2021-07-28T02:12:42.7601444Z ----------------------------------------------------------------------
2021-07-28T02:12:42.7601899Z Ran 6411 tests in 991.492s
2021-07-28T02:12:42.7602117Z 
2021-07-28T02:12:42.7602435Z FAILED (failures=2, skipped=2653)
2021-07-28T02:12:42.7602698Z 
2021-07-28T02:12:42.7603016Z Generating XML reports...
2021-07-28T02:12:43.2531133Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestCommonCPU-20210728015611.xml
2021-07-28T02:12:44.2238096Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestGradientsCPU-20210728015611.xml
2021-07-28T02:12:44.3460353Z Generated XML report: test-reports/python-unittest/test_ops/TEST-TestJitCPU-20210728015611.xml

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

Step: "Run test scripts" (full log | diagnosis details | 🔁 rerun)

2021-07-28T02:49:58.8468405Z AssertionError: No...orward AD, you should set supports_forward_ad=True
2021-07-28T02:49:58.8457155Z   File "C:\actions-runner\_work\pytorch\pytorch\pytorch-1073230810\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 814, in dep_fn
2021-07-28T02:49:58.8458313Z     return fn(slf, *args, **kwargs)
2021-07-28T02:49:58.8459565Z   File "C:\actions-runner\_work\pytorch\pytorch\pytorch-1073230810\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 814, in dep_fn
2021-07-28T02:49:58.8460735Z     return fn(slf, *args, **kwargs)
2021-07-28T02:49:58.8462166Z   File "C:\actions-runner\_work\pytorch\pytorch\pytorch-1073230810\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 780, in test_wrapper
2021-07-28T02:49:58.8463371Z     return test(*args, **kwargs)
2021-07-28T02:49:58.8464119Z   File "test_ops.py", line 657, in test_forward_mode_AD
2021-07-28T02:49:58.8464930Z     self._forward_grad_helper(device, dtype, op, op.get_op())
2021-07-28T02:49:58.8465916Z   File "test_ops.py", line 651, in _forward_grad_helper
2021-07-28T02:49:58.8466813Z     self._grad_test_helper(device, dtype, op, variant, check_forward_ad=True)
2021-07-28T02:49:58.8468405Z AssertionError: NotImplementedError not raised : Running forward AD for an OP that has does not support it did not raise any error. If your op supports forward AD, you should set supports_forward_ad=True
2021-07-28T02:49:58.8469557Z 
2021-07-28T02:50:01.4034902Z ----------------------------------------------------------------------
2021-07-28T02:50:01.4035405Z Ran 6411 tests in 866.980s
2021-07-28T02:50:01.4036215Z 
2021-07-28T02:50:01.4036535Z FAILED (failures=2, skipped=2659)
2021-07-28T02:50:01.4036753Z 
2021-07-28T02:50:01.4037046Z Generating XML reports...
2021-07-28T02:50:01.4037776Z Generated XML report: test-reports\python-unittest\test_ops\TEST-TestCommonCPU-20210728023531.xml
2021-07-28T02:50:01.4038882Z Generated XML report: test-reports\python-unittest\test_ops\TEST-TestGradientsCPU-20210728023531.xml
2021-07-28T02:50:01.4040036Z Generated XML report: test-reports\python-unittest\test_ops\TEST-TestJitCPU-20210728023531.xml

1 job timed out:

  • pytorch_xla_linux_bionic_py3_6_clang9_test

This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

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

Click here to manually regenerate this comment.

@ezyang
Copy link
Contributor

ezyang commented Apr 8, 2021

tagging #51456

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2021

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.
Stale pull requests will automatically be closed 30 days after being marked Stale

@github-actions github-actions bot added the Stale label Jun 7, 2021
@SplitInfinity SplitInfinity changed the title [WIP] Port slow_conv_transpose2d to structured kernel Port slow_conv_transpose2d to structured Jul 24, 2021
SplitInfinity pushed a commit that referenced this pull request Jul 24, 2021
ghstack-source-id: 02d6541
Pull Request resolved: #55503
SplitInfinity pushed a commit that referenced this pull request Jul 27, 2021
ghstack-source-id: 2794fed
Pull Request resolved: #55503
SplitInfinity pushed a commit that referenced this pull request Jul 27, 2021
ghstack-source-id: 8957cf1
Pull Request resolved: #55503
SplitInfinity pushed a commit that referenced this pull request Jul 27, 2021
ghstack-source-id: d1e91bd
Pull Request resolved: #55503
@SplitInfinity SplitInfinity requested a review from ezyang July 27, 2021 16:42
@SplitInfinity
Copy link
Author

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

SplitInfinity pushed a commit that referenced this pull request Jul 28, 2021
ghstack-source-id: 857f84b
Pull Request resolved: #55503
@SplitInfinity
Copy link
Author

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

@facebook-github-bot
Copy link
Contributor

@SplitInfinity merged this pull request in 3a2603b.

@facebook-github-bot facebook-github-bot deleted the gh/splitinfinity/120/head branch August 1, 2021 14:16
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.

4 participants