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

[ONNX] Support list remove for onnx export (#51373) #51526

Closed
wants to merge 3 commits into from

Conversation

BowenBao
Copy link
Collaborator

@BowenBao BowenBao commented Feb 2, 2021

Stack from ghstack:

Differential Revision: D26203114

* Support aten::Delete
* Refactor prepare_inplace_ops_for_onnx into one pass.

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Feb 2, 2021

💊 CI failures summary and remediations

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


  • 2/2 failures possibly* introduced in this PR
    • 1/2 non-CircleCI 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_linux_xenial_cuda10_2_cudnn7_py3_gcc7_test2 (1/1)

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

Feb 03 23:47:56 RuntimeError: CUDA error: an illegal memory access was encountered
Feb 03 23:47:56   File "test_optim.py", line 1994, in test_update_bn_dnn
Feb 03 23:47:56     self._test_update_bn(dnn.cuda(), dl_x, dl_xy, True)
Feb 03 23:47:56   File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in cuda
Feb 03 23:47:56     return self._apply(lambda t: t.cuda(device))
Feb 03 23:47:56   File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py", line 387, in _apply
Feb 03 23:47:56     module._apply(fn)
Feb 03 23:47:56   File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py", line 409, in _apply
Feb 03 23:47:56     param_applied = fn(param)
Feb 03 23:47:56   File "/opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in <lambda>
Feb 03 23:47:56     return self._apply(lambda t: t.cuda(device))
Feb 03 23:47:56 RuntimeError: CUDA error: an illegal memory access was encountered
Feb 03 23:47:56 
Feb 03 23:47:56 ----------------------------------------------------------------------
Feb 03 23:47:56 Ran 104 tests in 38.216s
Feb 03 23:47:56 
Feb 03 23:47:56 FAILED (errors=13)
Feb 03 23:47:56 
Feb 03 23:47:56 Generating XML reports...
Feb 03 23:47:56 Generated XML report: test-reports/dist-gloo/TEST-TestLRScheduler-20210203234718.xml
Feb 03 23:47:56 Generated XML report: test-reports/dist-gloo/TEST-TestOptim-20210203234718.xml
Feb 03 23:47:56 Generated XML report: test-reports/dist-gloo/TEST-TestSWAUtils-20210203234718.xml

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.

* Support aten::Delete
* Refactor prepare_inplace_ops_for_onnx into one pass.

[ghstack-poisoned]
* Support aten::Delete
* Refactor prepare_inplace_ops_for_onnx into one pass.

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

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

@SplitInfinity merged this pull request in 25b18bb.

BowenBao added a commit to BowenBao/pytorch that referenced this pull request Feb 5, 2021
* Support aten::Delete
* Refactor prepare_inplace_ops_for_onnx into one pass.

ghstack-source-id: b4e2360c8685c0b15a0cf05c95583d4779eca548
Pull Request resolved: pytorch#51526
@facebook-github-bot facebook-github-bot deleted the gh/BowenBao/23/head branch February 8, 2021 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed Merged oncall: jit Add this issue/PR to JIT oncall triage queue open source
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants