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

Create BlockSparse Tensor #202

Merged
merged 8 commits into from
Feb 6, 2022
Merged

Create BlockSparse Tensor #202

merged 8 commits into from
Feb 6, 2022

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    6b0ff2a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    ef27f63 View commit details
    Browse the repository at this point in the history
  2. Lint

    fmassa committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1faec9d View commit details
    Browse the repository at this point in the history
  3. headers

    fmassa committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    a04c6d1 View commit details
    Browse the repository at this point in the history
  4. Add more tests

    fmassa committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    4db37a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Fix sparse_sotmax_backward test

    Gradients are modified in-place, and grad tensor is not checked to be contiguous, yielding wrong results
    fmassa committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6667da9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Add CPU implementation

    fmassa committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    0bf0059 View commit details
    Browse the repository at this point in the history
  2. Remove unused line

    fmassa committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    08fb5a8 View commit details
    Browse the repository at this point in the history