Skip to content
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

Fixes bug in sspaddmm (#45113) #45963

Closed
wants to merge 8 commits into from

Commits on Oct 7, 2020

  1. Fixes pytorch#45113

    - Fixed bug in sspaddmm by calling contiguous on indices
    vfdev-5 committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    bd1f4f8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/pytorch/pytorch into vfde…

    …v-5/issue-45113
    vfdev-5 committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    c92b005 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Fixed tests according to review

    vfdev-5 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    f7fd943 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/pytorch/pytorch into vfde…

    …v-5/issue-45113
    vfdev-5 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    6ff41f1 View commit details
    Browse the repository at this point in the history
  3. Fixed failing tests

    vfdev-5 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    ab5897d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Merge branch 'master' of https://github.com/pytorch/pytorch into vfde…

    …v-5/issue-45113
    vfdev-5 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    6c1f31f View commit details
    Browse the repository at this point in the history
  2. Updated test according to review

    vfdev-5 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    19a1405 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Fixed flake8

    vfdev-5 committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    ba5fdfc View commit details
    Browse the repository at this point in the history