Skip to content

Conversation

@bddppq
Copy link
Contributor

@bddppq bddppq commented Apr 12, 2019

Stack:
    :white_circle:  #19633 Add is_mkldnn to at::Tensor  💚
    :white_circle:  #19204 Add aten mkldnn conv2d operator  💚
    :white_circle:  #19205 Add aten mkldnn ops: relu, max_pool2d and avg_pool2d  💚
    :white_circle:  #19206 Add aten mkldnn batch_norm operator  💚
    :white_circle:  #19207 Add aten mkldnn add operator  💚
    :black_circle:  #19209 Add aten mkldnn view operator  💚
    :white_circle:  #19210 Add aten mkldnn linear operator  💚
    :white_circle:  #19648 Adjust resnext run script  💚

Pull Request resolved: #19209

Differential Revision: D14894545

Differential Revision: D14894545
Differential Version: 79209391
@bddppq bddppq added the module: mkldnn Related to Intel IDEEP or oneDNN (a.k.a. mkldnn) integration label Apr 12, 2019
bddppq added 7 commits April 12, 2019 21:15
Differential Revision: D14894545
Differential Version: 79296739
Differential Revision: D14894545
Differential Version: 79299280
Differential Revision: D14894545
Differential Version: 79689951
Differential Revision: D14894545
Differential Version: 79698399
Differential Revision: D14894545
Differential Version: 79729548
Differential Revision: D14894545
Differential Version: 80386620
Differential Revision: D14894545
Differential Version: 80533702
bddppq added 4 commits April 23, 2019 14:18
Differential Revision: D14894545
Differential Version: 80534303
Differential Revision: D14894545
Differential Version: 80534907
Differential Revision: D14894545
Differential Version: 80541663
Differential Revision: D14894545
Differential Version: 80564049
bddppq added 2 commits April 23, 2019 21:42
Differential Revision: D14894545
Differential Version: 80580143
Differential Revision: D14894545
Differential Version: 80683618
namespace at {
namespace native {

Tensor mkldnn_view(const Tensor& self, IntArrayRef size) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: I guess you can move it out of the #ifdef as the error is regardless of whether mkldnn is compiled in

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The error messages are different though so I would prefer to keep two these two places.


- func: mkldnn_reshape(Tensor self, int[] shape) -> Tensor
device_guard: False
requires_tensor: True
Copy link
Collaborator

Choose a reason for hiding this comment

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

you don't need requires_tensor if you have dispatch

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep I know this, just for documentation purpose :-)

bddppq added 4 commits April 25, 2019 18:20
Differential Revision: D14894545
Differential Version: 80773734
Differential Revision: D14894545
Differential Version: 80780047
Differential Revision: D14894545
Differential Version: 80785118
Differential Revision: D14894545
Differential Version: 80799728
zdevito pushed a commit to zdevito/ATen that referenced this pull request Apr 26, 2019
Summary: Pull Request resolved: pytorch/pytorch#19209

Reviewed By: dzhulgakov

Differential Revision: D14894545

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

This pull request has been merged in 48b81da.

zhangguanheng66 pushed a commit to zhangguanheng66/pytorch that referenced this pull request May 6, 2019
Summary: Pull Request resolved: pytorch#19209

Reviewed By: dzhulgakov

Differential Revision: D14894545

fbshipit-source-id: 69455184811de1d1444b5d494e4a9d8c83301431
@ezyang ezyang deleted the export-D14894545 branch May 30, 2019 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: mkldnn Related to Intel IDEEP or oneDNN (a.k.a. mkldnn) integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants