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

Disabling dispatch to OneDNN for group convolutions when groups size = 24 * n #54015

Merged
merged 2 commits into from
Mar 16, 2021

Conversation

VitalyFedyunin
Copy link
Contributor

@VitalyFedyunin VitalyFedyunin commented Mar 15, 2021

No description provided.

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Mar 15, 2021

💊 CI failures summary and remediations

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


  • 2/2 failures possibly* introduced in this PR
    • 1/2 non-scanned failure(s)

🕵️ 1 new failure recognized by patterns

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

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_test (1/1)

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

Mar 15 19:34:33 AssertionError: False is not true
Mar 15 19:34:33   test_where_scalar_valid_combination_xla_uint8 (__main__.TestTorchDeviceTypeXLA) ... ok (0.036s)
Mar 15 19:34:33 
Mar 15 19:34:33 ======================================================================
Mar 15 19:34:33 FAIL [0.002s]: test_pickle_gradscaler_xla (__main__.TestTorchDeviceTypeXLA)
Mar 15 19:34:33 ----------------------------------------------------------------------
Mar 15 19:34:33 Traceback (most recent call last):
Mar 15 19:34:33   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 290, in instantiated_test
Mar 15 19:34:33     result = test_fn(self, *args)
Mar 15 19:34:33   File "/var/lib/jenkins/workspace/xla/test/../../test/test_torch.py", line 6172, in test_pickle_gradscaler
Mar 15 19:34:33     self.assertTrue(a.is_enabled() if torch.cuda.is_available() else not a.is_enabled())
Mar 15 19:34:33 AssertionError: False is not true
Mar 15 19:34:33 
Mar 15 19:34:33 ----------------------------------------------------------------------
Mar 15 19:34:33 Ran 244 tests in 138.968s
Mar 15 19:34:33 
Mar 15 19:34:33 FAILED (failures=1, skipped=140)
Mar 15 19:34:33 
Mar 15 19:34:33 Generating XML reports...
Mar 15 19:34:33 Generated XML report: test-reports/python-unittest/TEST-TestTorchDeviceTypeXLA-20210315193214.xml
Mar 15 19:34:33 + cleanup
Mar 15 19:34:33 + retcode=1

ci.pytorch.org: 1 failed


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.

@malfet malfet merged commit 51233ea into pytorch:release/1.8 Mar 16, 2021
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.

3 participants