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

Similar, indexing CuSparseArrays, Vector reshaping #13

Merged
merged 17 commits into from
Oct 22, 2021

Commits on Oct 4, 2021

  1. Merge pull request #1 from birkmichael/CuSparse_Similar

    calling similar on AbstractCuSparseArray with dims
    birkmichael authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    ad2c4a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from birkmichael/CuSparse_Similar

    robust handling of similar CSC/CSR
    birkmichael authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    25ad0e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from birkmichael/CuSparse_Similar

    fixed getrowptr,colvals
    birkmichael authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    8c7a33e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from birkmichael/CuSparse_Similar

    forgot Base. prefix to several instances of similar
    birkmichael authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    ad222bf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from birkmichael/CuSparse_Similar

    used fill instead of CUDA.fill in matrix initialization
    birkmichael authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    14149a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Merge pull request #8 from birkmichael/CuSparse_Similar

    Cu sparse similar
    birkmichael authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    faba255 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    575b576 View commit details
    Browse the repository at this point in the history
  2. Vectorising matrices

    birkmichael authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    bd16d76 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    dc4075f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e69d6 View commit details
    Browse the repository at this point in the history
  3. Update array.jl

    birkmichael authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    9a7196f View commit details
    Browse the repository at this point in the history
  4. Update conversions.jl

    birkmichael authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    f90a4d6 View commit details
    Browse the repository at this point in the history
  5. Update conversions.jl

    birkmichael authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    0e45e48 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from birkmichael/CuSparse_Similar_matrixIndexing

    Cu sparse similar matrix indexing
    birkmichael authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    43240b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e62cbb6 View commit details
    Browse the repository at this point in the history
  8. Update conversions.jl

    birkmichael authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    509d10a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66103d1 View commit details
    Browse the repository at this point in the history