Skip to content

[docs] Update extension docs, fix Fold/Unfold docs#9239

Closed
ssnl wants to merge 7 commits intopytorch:masterfrom
ssnl:docs
Closed

[docs] Update extension docs, fix Fold/Unfold docs#9239
ssnl wants to merge 7 commits intopytorch:masterfrom
ssnl:docs

Conversation

@ssnl
Copy link
Collaborator

@ssnl ssnl commented Jul 7, 2018

Commits:

  1. In extension doc, get rid of all references of Variable s (Closes Extending pytorch #6947 )
    • also add minor improvements
    • also added a section with links to cpp extension :) @goldsborough
    • removed mentions of autograd.Function.requires_grad as it's not used anywhere and hardcoded to return_Py_True.
  2. Fix several sphinx warnings
  3. Change * in equations in module/conv.py to \times
  4. Fix docs for Fold and Unfold.
    • Added better shape check for Fold (it previously may give bogus result when there are not enough blocks). Added test for the checks.
  5. Fix doc saying trtrs not available for CUDA ([pytorch] [docs] torch.trtrs works in fact on CUDA contrary to docs #9247 )

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@ssnl has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@vishwakftw
Copy link
Contributor

@ssnl Maybe you want to close this minor issue too. #9247

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@ssnl has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@ssnl has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@ssnl ssnl deleted the docs branch July 9, 2018 02:16
zdevito pushed a commit to zdevito/ATen that referenced this pull request Jul 9, 2018
Summary:
Commits:
1. In extension doc, get rid of all references of `Variable` s (Closes #6947 )
    + also add minor improvements
    + also added a section with links to cpp extension :) goldsborough
    + removed mentions of `autograd.Function.requires_grad` as it's not used anywhere and hardcoded to `return_Py_True`.
2. Fix several sphinx warnings
3. Change `*` in equations in `module/conv.py` to `\times`
4. Fix docs for `Fold` and `Unfold`.
    + Added better shape check for `Fold` (it previously may give bogus result when there are not enough blocks). Added test for the checks.
5. Fix doc saying `trtrs` not available for CUDA (#9247 )
Pull Request resolved: pytorch/pytorch#9239

Reviewed By: soumith

Differential Revision: D8762492

Pulled By: SsnL

fbshipit-source-id: 13cd91128981a94493d5efdf250c40465f84346a
zdevito pushed a commit to zdevito/ATen that referenced this pull request Jul 13, 2018
Summary:
Commits:
1. In extension doc, get rid of all references of `Variable` s (Closes #6947 )
    + also add minor improvements
    + also added a section with links to cpp extension :) goldsborough
    + removed mentions of `autograd.Function.requires_grad` as it's not used anywhere and hardcoded to `return_Py_True`.
2. Fix several sphinx warnings
3. Change `*` in equations in `module/conv.py` to `\times`
4. Fix docs for `Fold` and `Unfold`.
    + Added better shape check for `Fold` (it previously may give bogus result when there are not enough blocks). Added test for the checks.
5. Fix doc saying `trtrs` not available for CUDA (#9247 )
Pull Request resolved: pytorch/pytorch#9239

Reviewed By: soumith

Differential Revision: D8762492

Pulled By: SsnL

fbshipit-source-id: 13cd91128981a94493d5efdf250c40465f84346a
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
Summary:
Commits:
1. In extension doc, get rid of all references of `Variable` s (Closes pytorch#6947 )
    + also add minor improvements
    + also added a section with links to cpp extension :) goldsborough
    + removed mentions of `autograd.Function.requires_grad` as it's not used anywhere and hardcoded to `return_Py_True`.
2. Fix several sphinx warnings
3. Change `*` in equations in `module/conv.py` to `\times`
4. Fix docs for `Fold` and `Unfold`.
    + Added better shape check for `Fold` (it previously may give bogus result when there are not enough blocks). Added test for the checks.
5. Fix doc saying `trtrs` not available for CUDA (pytorch#9247 )
Pull Request resolved: pytorch#9239

Reviewed By: soumith

Differential Revision: D8762492

Pulled By: SsnL

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extending pytorch

5 participants