8000 [caffe2] Remove IValue include from operator.h by peterbell10 · Pull Request #67094 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[caffe2] Remove IValue include from operator.h #67094

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

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7e3bbbc
[caffe2] Remove IValue include from operator.h
peterbell10 Oct 22, 2021
4cd7c72
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Oct 22, 2021
c52f0ba
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Oct 22, 2021
852ef82
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Oct 23, 2021
05e2fc5
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Oct 24, 2021
2ef6043
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Oct 28, 2021
a2152b4
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Nov 17, 2021
907b75b
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Dec 6, 2021
0def3a9
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Jan 3, 2022
e701cd6
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Jan 14, 2022
1c75028
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Jan 17, 2022
f3ca926
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Jan 18, 2022
3c54642
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Jan 20, 2022
74ac88f
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Jan 21, 2022
7f33eb1
Rebase after master CI break on "[caffe2] Remove IValue include from …
peterbell10 Jan 22, 2022
f651c1c
Only build IValueInterface when necessary on "[caffe2] Remove IValue …
peterbell10 Feb 14, 2022
debb593
Rebase and fix merge conflicts on "[caffe2] Remove IValue include fro…
peterbell10 Mar 29, 2022
3a0414e
Rebase on "[caffe2] Remove IValue include from operator.h"
peterbell10 Apr 8, 2022
4357043
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Jul 27, 2022
a3cad9d
Rebase on "[caffe2] Remove IValue include from operator.h"
peterbell10 Oct 10, 2022
5eebf69
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Nov 14, 2022
02def0c
Update on "[caffe2] Remove IValue include from operator.h"
peterbell10 Jan 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update on "[caffe2] Remove IValue include from operator.h"
ivalue.h includes Tensor.h, so creating a compilation barrier between
operator.h and ivalue.h means non-exported caffe2 ops don't need to be
rebuilt when developing PyTorch.

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

[ghstack-poisoned]
  • Loading branch information
peterbell10 committed Nov 14, 2022
commit 5eebf6983be6ff1878dde3f888d81a46546c7264

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0