Make out ops c10-full (with hacky-wrapper)#48912
Closed
smessmer wants to merge 24 commits intogh/smessmer/272/basefrom
Closed
Make out ops c10-full (with hacky-wrapper)#48912smessmer wants to merge 24 commits intogh/smessmer/272/basefrom
smessmer wants to merge 24 commits intogh/smessmer/272/basefrom
Conversation
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
This was referenced Dec 7, 2020
smessmer
added a commit
that referenced
this pull request
Dec 7, 2020
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) ghstack-source-id: 117966179 Pull Request resolved: #48912
💊 CI failures summary and remediationsAs of commit c3cd1d8 (more details on the Dr. CI page):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
smessmer
added a commit
that referenced
this pull request
Dec 8, 2020
Pull Request resolved: #48912 ghstack-source-id: 118059483 Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/)
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
smessmer
added a commit
that referenced
this pull request
Dec 8, 2020
Pull Request resolved: #48912 ghstack-source-id: 118068089 Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/)
This was referenced Dec 8, 2020
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
ezyang
approved these changes
Dec 8, 2020
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
bhosmer
approved these changes
Dec 9, 2020
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
This was referenced Dec 10, 2020
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/) [ghstack-poisoned]
Contributor
Author
|
Added a benchmark to the PR description |
Benchmark:
---
Old (i.e. codegenerated unboxing wrapper + no hacky_wrapper):
```
<torch.utils.benchmark.utils.valgrind_wrapper.timer_interface.CallgrindStats object at 0x7f64d03ebcd0>
torch.absolute(t, out=o)
setup:
t = torch.empty([1])
o = torch.empty([1])
All Noisy symbols removed
Instructions: 657204 634396
Baseline: 4192 3786
100 runs per measurement, 1 thread
```
New (i.e. templated unboxing wrapper + hacky_wrapper):
```
<torch.utils.benchmark.utils.valgrind_wrapper.timer_interface.CallgrindStats object at 0x7fa7de211cd0>
torch.absolute(t, out=o)
setup:
t = torch.empty([1])
o = torch.empty([1])
All Noisy symbols removed
Instructions: 658160 633996
Baseline: 4210 3786
100 runs per measurement, 1 thread
```
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/)
[ghstack-poisoned]
Benchmark:
---
Old (i.e. codegenerated unboxing wrapper + no hacky_wrapper):
```
<torch.utils.benchmark.utils.valgrind_wrapper.timer_interface.CallgrindStats object at 0x7f64d03ebcd0>
torch.absolute(t, out=o)
setup:
t = torch.empty([1])
o = torch.empty([1])
All Noisy symbols removed
Instructions: 657204 634396
Baseline: 4192 3786
100 runs per measurement, 1 thread
```
New (i.e. templated unboxing wrapper + hacky_wrapper):
```
<torch.utils.benchmark.utils.valgrind_wrapper.timer_interface.CallgrindStats object at 0x7fa7de211cd0>
torch.absolute(t, out=o)
setup:
t = torch.empty([1])
o = torch.empty([1])
All Noisy symbols removed
Instructions: 658160 633996
Baseline: 4210 3786
100 runs per measurement, 1 thread
```
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/)
[ghstack-poisoned]
Benchmark:
---
Old (i.e. codegenerated unboxing wrapper + no hacky_wrapper):
```
<torch.utils.benchmark.utils.valgrind_wrapper.timer_interface.CallgrindStats object at 0x7f64d03ebcd0>
torch.absolute(t, out=o)
setup:
t = torch.empty([1])
o = torch.empty([1])
All Noisy symbols removed
Instructions: 657204 634396
Baseline: 4192 3786
100 runs per measurement, 1 thread
```
New (i.e. templated unboxing wrapper + hacky_wrapper):
```
<torch.utils.benchmark.utils.valgrind_wrapper.timer_interface.CallgrindStats object at 0x7fa7de211cd0>
torch.absolute(t, out=o)
setup:
t = torch.empty([1])
o = torch.empty([1])
All Noisy symbols removed
Instructions: 658160 633996
Baseline: 4210 3786
100 runs per measurement, 1 thread
```
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/)
[ghstack-poisoned]
This was referenced Dec 11, 2020
Benchmark:
---
Old (i.e. codegenerated unboxing wrapper + no hacky_wrapper):
```
<torch.utils.benchmark.utils.valgrind_wrapper.timer_interface.CallgrindStats object at 0x7f64d03ebcd0>
torch.absolute(t, out=o)
setup:
t = torch.empty([1])
o = torch.empty([1])
All Noisy symbols removed
Instructions: 657204 634396
Baseline: 4192 3786
100 runs per measurement, 1 thread
```
New (i.e. templated unboxing wrapper + hacky_wrapper):
```
<torch.utils.benchmark.utils.valgrind_wrapper.timer_interface.CallgrindStats object at 0x7fa7de211cd0>
torch.absolute(t, out=o)
setup:
t = torch.empty([1])
o = torch.empty([1])
All Noisy symbols removed
Instructions: 658160 633996
Baseline: 4210 3786
100 runs per measurement, 1 thread
```
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/)
[ghstack-poisoned]
Benchmark:
---
Old (i.e. codegenerated unboxing wrapper + no hacky_wrapper):
```
<torch.utils.benchmark.utils.valgrind_wrapper.timer_interface.CallgrindStats object at 0x7f64d03ebcd0>
torch.absolute(t, out=o)
setup:
t = torch.empty([1])
o = torch.empty([1])
All Noisy symbols removed
Instructions: 657204 634396
Baseline: 4192 3786
100 runs per measurement, 1 thread
```
New (i.e. templated unboxing wrapper + hacky_wrapper):
```
<torch.utils.benchmark.utils.valgrind_wrapper.timer_interface.CallgrindStats object at 0x7fa7de211cd0>
torch.absolute(t, out=o)
setup:
t = torch.empty([1])
o = torch.empty([1])
All Noisy symbols removed
Instructions: 658160 633996
Baseline: 4210 3786
100 runs per measurement, 1 thread
```
Differential Revision: [D25363335](https://our.internmc.facebook.com/intern/diff/D25363335/)
[ghstack-poisoned]
Contributor
|
This pull request has been merged in 40a02e2. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack:
use_c10_dispatcher: fulllines #49259 Removeuse_c10_dispatcher: fulllinesBenchmark:
Old (i.e. codegenerated unboxing wrapper + no hacky_wrapper):
New (i.e. templated unboxing wrapper + hacky_wrapper):
Differential Revision: D25363335