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

[ignore] [WiP] reproducer for 'RuntimeError: CUDA error: an illegal memory access was encountered' #36668

Closed
wants to merge 6 commits into from

Conversation

Baranowski
Copy link
Contributor

No description provided.

@dr-ci
Copy link

dr-ci bot commented Apr 15, 2020

💊 Build failures summary and remediations

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


  • 1/1 failures introduced in this PR

🕵️ 1 new failure recognized by patterns

The following build failures do not appear to be due to upstream breakages (reran 1 job to discount flakiness):

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_test (1/1)

Step: "Test" (full log | pattern match details | 🔁 rerun) <confirmed not flaky by 2 failures>

Apr 15 19:18:25 RuntimeError: CUDA error: an illegal memory access was encountered
Apr 15 19:18:25   File "test_autograd.py", line 4231, in do_test 
Apr 15 19:18:25     check(name) 
Apr 15 19:18:25   File "test_autograd.py", line 4130, in check 
Apr 15 19:18:25     self_variable = create_input((self_size,), device=device)[0][0] 
Apr 15 19:18:25   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_methods_invocations.py", line 935, in create_input 
Apr 15 19:18:25     args_out = tuple(map_arg(arg) for arg in call_args) 
Apr 15 19:18:25   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_methods_invocations.py", line 935, in <genexpr> 
Apr 15 19:18:25     args_out = tuple(map_arg(arg) for arg in call_args) 
Apr 15 19:18:25   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_methods_invocations.py", line 915, in map_arg 
Apr 15 19:18:25     var = torch.randn((), dtype=torch.double, device=device) 
Apr 15 19:18:25 RuntimeError: CUDA error: an illegal memory access was encountered 
Apr 15 19:18:25  
Apr 15 19:18:25 ---------------------------------------------------------------------- 
Apr 15 19:18:25 Ran 1985 tests in 194.348s 
Apr 15 19:18:25  
Apr 15 19:18:25 FAILED (errors=809, skipped=83, expected failures=1) 
Apr 15 19:18:25  
Apr 15 19:18:25 Generating XML reports... 
Apr 15 19:18:25 Generated XML report: test-reports/python-unittest/TEST-TestAutograd-20200415191504.xml 
Apr 15 19:18:25 Generated XML report: test-reports/pythretrieving test reports 

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 on the GitHub issue tracker.

See how this bot performed.

This comment has been revised 4 times.

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.

None yet

2 participants