Skip to content

Conversation

hlu1
Copy link
Contributor

@hlu1 hlu1 commented Mar 2, 2021

Summary:

  • auto[&] -> const auto[&]
  • clean up size() calls

Test Plan:

buck test //caffe2/torch/fb/sparsenn:test
buck test //caffe2/benchmarks/static_runtime:static_runtime_cpptest

Differential Revision: D26747001

Summary:
- auto[&] -> const auto[&]
- clean up size() calls

Test Plan:
```
buck test //caffe2/torch/fb/sparsenn:test
buck test //caffe2/benchmarks/static_runtime:static_runtime_cpptest
```

Differential Revision: D26747001

fbshipit-source-id: e2291db63eac5dd7441442c50f59ce13c1431199
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Mar 2, 2021

💊 CI failures summary and remediations

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


  • 2/3 failures possibly* introduced in this PR
    • 2/2 non-scanned failure(s)
  • 1/3 broken upstream at merge base 748285c from Mar 01 until Mar 02

🚧 1 fixed upstream failure:

These were probably caused by upstream breakages that were already fixed.

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

If your commit is older than viable/strict, run these commands:

git fetch https://github.com/pytorch/pytorch viable/strict
git rebase FETCH_HEAD

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.

@facebook-github-bot facebook-github-bot added oncall: jit Add this issue/PR to JIT oncall triage queue fb-exported labels Mar 2, 2021
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D26747001

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in c0b31a5.

aocsa pushed a commit to Quansight/pytorch that referenced this pull request Mar 15, 2021
Summary:
Pull Request resolved: pytorch#53096

- auto[&] -> const auto[&]
- clean up size() calls

Test Plan:
```
buck test //caffe2/torch/fb/sparsenn:test
buck test //caffe2/benchmarks/static_runtime:static_runtime_cpptest
```

Reviewed By: ajyu

Differential Revision: D26747001

fbshipit-source-id: 6ec81310747d86f7c5d2d17202eef7e299ef610c
xsacha pushed a commit to xsacha/pytorch that referenced this pull request Mar 31, 2021
Summary:
Pull Request resolved: pytorch#53096

- auto[&] -> const auto[&]
- clean up size() calls

Test Plan:
```
buck test //caffe2/torch/fb/sparsenn:test
buck test //caffe2/benchmarks/static_runtime:static_runtime_cpptest
```

Reviewed By: ajyu

Differential Revision: D26747001

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

Labels

cla signed fb-exported Merged oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants