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

Wrap tridiagonal methods from cuSPARSE #297

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Apr 9, 2020

  1. Fix cuSPARSE import bug

    Ryan Gutenkunst committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    9b32207 View commit details
    Browse the repository at this point in the history
  2. Convert cuparse handle to c_void_p

    Ryan Gutenkunst committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    9863bc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Implement cusparseSgtsv2StridedBatch_bufferSizeExt

    Ryan Gutenkunst committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    104b094 View commit details
    Browse the repository at this point in the history
  2. Support cusparseSgtsv2StridedBatch + test

    Ryan Gutenkunst committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    9e0af08 View commit details
    Browse the repository at this point in the history
  3. Update cusparse linux_version_list

    Ryan Gutenkunst committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    c483e1a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Support cusparseSgtsvInterleavedBatch + test

    Ryan Gutenkunst committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    ca3a1ef View commit details
    Browse the repository at this point in the history
  2. support double precision batched tridiagonal

    Ryan Gutenkunst committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    5ea0077 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    7ca4dee View commit details
    Browse the repository at this point in the history
  2. cusparse Get/SetStream and GetVersion

    Ryan Gutenkunst committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    e77bc69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1af693 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2c76dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5f779f View commit details
    Browse the repository at this point in the history
  6. Remove unused imports in cusparse

    Ryan Gutenkunst committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    263ff24 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

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