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

torch.mm(dense, sparse_csr) #73686

Closed
wants to merge 13 commits into from
Closed

Commits on Mar 29, 2022

  1. Subset of code

    cpuhrsch committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    5de502a View commit details
    Browse the repository at this point in the history
  2. SparseCsrTensorMath.cpp

    cpuhrsch committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    f714a13 View commit details
    Browse the repository at this point in the history
  3. Support mul(scalar, sparse)

    cpuhrsch committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    0f23c94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dddccaf View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    3cd3346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f8537a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Remove debugging code

    cpuhrsch committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    81dd4f4 View commit details
    Browse the repository at this point in the history
  2. Use inline

    cpuhrsch committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    8118928 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

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

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    c71d386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    345ce5a View commit details
    Browse the repository at this point in the history
  3. Avoid in-place expand

    cpuhrsch committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ca596ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec1929 View commit details
    Browse the repository at this point in the history