Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implement matmul_out and dot_out.#6961

Merged
gchanan merged 5 commits into
pytorch:masterfrom
gchanan:matmul_out3
Apr 26, 2018
Merged

Implement matmul_out and dot_out.#6961
gchanan merged 5 commits into
pytorch:masterfrom
gchanan:matmul_out3

Conversation

@gchanan
Copy link
Copy Markdown
Contributor

@gchanan gchanan commented Apr 25, 2018

No description provided.

Copy link
Copy Markdown
Contributor

@ezyang ezyang left a comment

Choose a reason for hiding this comment

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

I don't think we should allow mismatched types. Maybe need a more strict variant of fill_?

@gchanan gchanan merged commit a08091a into pytorch:master Apr 26, 2018
Jorghi12 pushed a commit to wsttiger/pytorch that referenced this pull request May 10, 2018
* Implement matmul_out and dot_out.

* Fix autograd by only calling _out variants if we have an out ourselves.

* Disallow mismatched types in dot_out.

* Make sure out variant doesn't have a method.

* Do proper type conversion.
weiyangfb pushed a commit to weiyangfb/pytorch that referenced this pull request Jun 11, 2018
* Implement matmul_out and dot_out.

* Fix autograd by only calling _out variants if we have an out ourselves.

* Disallow mismatched types in dot_out.

* Make sure out variant doesn't have a method.

* Do proper type conversion.
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
* Implement matmul_out and dot_out.

* Fix autograd by only calling _out variants if we have an out ourselves.

* Disallow mismatched types in dot_out.

* Make sure out variant doesn't have a method.

* Do proper type conversion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants