Skip to content

Conversation

zasdfgbnm
Copy link
Collaborator

No description provided.

@zasdfgbnm zasdfgbnm changed the title Kill cudaDeviceAllocator Kill cudaDeviceAllocator in THCState Feb 15, 2020
@dr-ci
Copy link

dr-ci bot commented Feb 15, 2020

💊 CircleCI build failures summary and remediations

As of commit c1cf6cd:

  • 3/4 broken upstream at merge base d35a4c2 since Feb 15

    Please rebase on the viable/strict branch (expand for instructions)

    If your commit is newer than viable/strict, you can try basing on an older, stable commit:

    git fetch origin viable/strict
    git rebase --onto viable/strict $(git merge-base origin/master HEAD)
    

    If your commit is older than viable/strict:

    git fetch origin viable/strict
    git rebase viable/strict
    

    Check out the recency history of this "viable master" tracking branch.

  • 1/4 failures introduced in this PR

Detailed failure analysis

One may explore the probable reasons each build failed interactively on the Dr. CI website.

🕵️ 1 new failure recognized by patterns

The following build failures do not appear to be due to upstream breakage:

See CircleCI build pytorch_linux_backward_compatibility_check_test (1/1)

Step: "Test" (full log | pattern match details)

Feb 15 18:49:53 The PR is introducing backward incompatible changes to the operator library. Please contact PyTorch team to confirm whether this change is wanted or not.
Feb 15 18:49:53 processing existing schema:  aten::values(Tensor(a) self) -> (Tensor(a)) 
Feb 15 18:49:53 processing existing schema:  aten::values(Dict(str, t) self) -> (t[](*)) 
Feb 15 18:49:53 processing existing schema:  aten::values(Dict(int, t) self) -> (t[](*)) 
Feb 15 18:49:53 processing existing schema:  aten::values(Dict(float, t) self) -> (t[](*)) 
Feb 15 18:49:53 processing existing schema:  aten::values(Dict(Tensor, t) self) -> (t[](*)) 
Feb 15 18:49:53 processing existing schema:  aten::view(Tensor(a) self, int[] size) -> (Tensor(a)) 
Feb 15 18:49:53 processing existing schema:  aten::where(Tensor condition) -> (Tensor[]) 
Feb 15 18:49:53 processing existing schema:  aten::where.self(Tensor condition, Tensor self, Tensor other) -> (Tensor) 
Feb 15 18:49:53 processing existing schema:  aten::zeros_like(Tensor self, *, int? memory_format=None) -> (Tensor) 
Feb 15 18:49:53 processing existing schema:  aten::zeros_like.dtype(Tensor self, *, int dtype, int layout, Device device, bool pin_memory=False, int? memory_format=None) -> (Tensor) 
Feb 15 18:49:53 The PR is introducing backward incompatible changes to the operator library. Please contact PyTorch team to confirm whether this change is wanted or not.  
Feb 15 18:49:53  
Feb 15 18:49:53 Broken ops: [ 
Feb 15 18:49:53 	aten::is_owner(RRef(t) self) -> (bool) 
Feb 15 18:49:53 	aten::to_here(RRef(t) self) -> (t) 
Feb 15 18:49:53 ] 
Feb 15 18:49:53 + cleanup 
Feb 15 18:49:53 + retcode=1 
Feb 15 18:49:53 + set +x 
Feb 15 18:49:53 =================== sccache compilation log =================== 
Feb 15 18:49:53 =========== If your build fails, please take a look at the log above for possible reasons =========== 

🚧 3 upstream failures recognized by patterns:

These builds matched patterns, but were probably caused by upstream breakages:


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.

This comment has been revised 6 times.

@zasdfgbnm zasdfgbnm requested a review from ezyang February 15, 2020 20:45
@zasdfgbnm
Copy link
Collaborator Author

failures looks unrelated

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ezyang is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@yf225 yf225 added module: cuda Related to torch.cuda, and CUDA support in general triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Feb 19, 2020
@facebook-github-bot
Copy link
Contributor

@ezyang merged this pull request in 4588f49.

ttumiel pushed a commit to ttumiel/pytorch that referenced this pull request Mar 4, 2020
Summary: Pull Request resolved: pytorch#33380

Differential Revision: D19973151

Pulled By: ezyang

fbshipit-source-id: 41634c43b28ca723e39e761afd32e5015e122368
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged module: cuda Related to torch.cuda, and CUDA support in general open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants